Skip to content

Commit 57075f6

Browse files
committed
1 parent 413a5b7 commit 57075f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/jest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"testdouble-jest": "testdouble/testdouble-jest"
1414
},
1515
"jest": {
16-
"setupTestFrameworkScriptFile": "./helper.js"
16+
"setupTestFrameworkScriptFile": "./support/helper.js"
1717
}
1818
}

examples/jest/helper.js renamed to examples/jest/support/helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
global.td = require('../..')
1+
global.td = require('../../..')
22
global.expect = require('expect')
33

44
require('testdouble-jest')(td, jest)

0 commit comments

Comments
 (0)