Skip to content

Commit ebfd2b7

Browse files
committed
make setupFiles path absolute
1 parent 553314c commit ebfd2b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
22
roots: ['test'],
33
testMatch: ['**/?(*.)+(spec|test)\\.js'],
4-
setupFiles: ['./test/awaitTestBundlePdpReady.js'] // creates an AMS instance with the test bundle and waits for the loading to be done before the tests begin
4+
setupFiles: ['<rootDir>/test/awaitTestBundlePdpReady.js'] // creates an AMS instance with the test bundle and waits for the loading to be done before the tests begin
55
};

0 commit comments

Comments
 (0)