We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f932ee7 commit df669dfCopy full SHA for df669df
lab3/main_test.js
@@ -4,7 +4,6 @@ const { Calculator } = require('./main');
4
5
describe("Calculator Test", () => {
6
const calculator = new Calculator();
7
-
8
const logTestSuites = [
9
{
10
operation: "log",
0 commit comments