Skip to content

Commit 526fee9

Browse files
Merge branch '312553027' into lab3
2 parents 218ebde + af97656 commit 526fee9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lab3/main_test.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ const assert = require('assert');
33
const { Calculator } = require('./main');
44

55
// TODO: write your tests here
6+
67
describe('Calculator', () => {
78

89
it('should calculate exp correctly', () => {
@@ -41,4 +42,5 @@ describe('Calculator', () => {
4142
}
4243
}
4344
});
44-
});
45+
});
46+

0 commit comments

Comments
 (0)