mirror of
https://github.com/tridactyl/tridactyl.git
synced 2026-09-10 07:16:33 -04:00
Fix broken path
This commit is contained in:
parent
2651541ccf
commit
79502b3b23
|
|
@ -6,7 +6,7 @@ module.exports = {
|
|||
"jest-webextension-mock"
|
||||
],
|
||||
setupFilesAfterEnv: [
|
||||
"e2e_tests/failfast.js"
|
||||
"./e2e_tests/failfast.js"
|
||||
],
|
||||
testRegex: "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
|
||||
globals: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue