Fix broken path

This commit is contained in:
Oliver Blanthorn 2020-06-17 15:28:33 +01:00
parent 2651541ccf
commit 79502b3b23
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -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: {