Skip to content

Commit 8d398d5

Browse files
committed
we're not using app.spec.ts yet
1 parent 67d7ba9 commit 8d398d5

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

test/app.spec.ts

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
// import {MessagesService} from '../app/ts/services/services';
22

3-
import {Calculator} from 'calculator';
3+
// import {Calculator} from 'calculator';
44

5-
describe('Hello', () => {
5+
// describe('Hello', () => {
66

7-
it('should test', () => {
8-
// let m = MessagesService;
9-
});
7+
// it('should test', () => {
8+
// // let m = MessagesService;
9+
// });
1010

11-
it('should add', () => {
12-
let c = new Calculator();
13-
expect(true).toBe(true);
14-
expect(c.add(1,2)).toBe(3);
15-
});
11+
// it('should add', () => {
12+
// let c = new Calculator();
13+
// expect(true).toBe(true);
14+
// expect(c.add(1,2)).toBe(3);
15+
// });
1616

17-
});
17+
// });

0 commit comments

Comments
 (0)