mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
Fix broken path
This commit is contained in:
parent
2651541ccf
commit
79502b3b23
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue