We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67d7ba9 commit 8d398d5Copy full SHA for 8d398d5
test/app.spec.ts
@@ -1,17 +1,17 @@
1
// import {MessagesService} from '../app/ts/services/services';
2
3
-import {Calculator} from 'calculator';
+// import {Calculator} from 'calculator';
4
5
-describe('Hello', () => {
+// describe('Hello', () => {
6
7
- it('should test', () => {
8
- // let m = MessagesService;
9
- });
+// it('should test', () => {
+// // let m = MessagesService;
+// });
10
11
- it('should add', () => {
12
- let c = new Calculator();
13
- expect(true).toBe(true);
14
- expect(c.add(1,2)).toBe(3);
15
+// it('should add', () => {
+// let c = new Calculator();
+// expect(true).toBe(true);
+// expect(c.add(1,2)).toBe(3);
16
17
-});
0 commit comments