Skip to content

Commit 7ee3891

Browse files
committed
Fix typo in test file
1 parent 71d167e commit 7ee3891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const path = require('path')
55

66
describe('index', () => {
77
jsdom({
8-
src: fs.readFileSync(path.resolve(__dirname, '..', 'index.solution.js'), 'utf-8')
8+
src: fs.readFileSync(path.resolve(__dirname, '..', 'index.js'), 'utf-8')
99
})
1010

1111
describe('shout(string)', () => {

0 commit comments

Comments
 (0)