Skip to content

Commit 8b9166a

Browse files
author
Your Name
committed
Angular Testing Course
1 parent c040d18 commit 8b9166a

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
2+
3+
describe('CalculatorService', () => {
4+
5+
6+
it('should add two numbers', () => {
7+
8+
pending();
9+
10+
});
11+
12+
13+
it('should subtract two numbers', () => {
14+
15+
fail();
16+
17+
});
18+
19+
});

0 commit comments

Comments
 (0)