Skip to content

Commit 2064d57

Browse files
committed
fixed a few more things for the example
1 parent 7c3ab8e commit 2064d57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/main.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const { addNumbers, subtractNumbers } = require('./main');
1+
const { addNumbers, subtractNumbers } = require('../main');
22
const { expect } = require('chai');
33

44
// Describe a test suite for main.js

0 commit comments

Comments
 (0)