Skip to content

Commit ba57332

Browse files
authored
Update main_test.js
1 parent 257b6c1 commit ba57332

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lab3/main_test.js

-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ const { describe, it } = require('node:test');
22
const assert = require('assert');
33
const { Calculator } = require('./main');
44

5-
65
describe('Calculator', () => {
76
const calculator = new Calculator();
87

@@ -58,6 +57,3 @@ describe('Calculator', () => {
5857
});
5958
});
6059
});
61-
62-
63-
// TODO: write your tests here

0 commit comments

Comments
 (0)