Skip to content

Commit

Permalink
Update main_test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
veture7275 authored Mar 18, 2024
1 parent ec6af3d commit a29572c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lab3/main_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const assert = require('assert');
const { Calculator } = require('./main');
const test = require('node:test');
// TODO: write your tests here
test("Calculator's exp",()=>{
test("Calculator's exp",()=>{
const testcases = [
{param:0,expected:1},
{param:1,expected:Math.exp(1)},
Expand Down

0 comments on commit a29572c

Please sign in to comment.