about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-04-03 12:11:06 -0500
committerGitHub <noreply@github.com>2023-04-03 12:11:06 -0500
commit9d178c7e155dc7d7a2b96ec89b20008a22ac1784 (patch)
tree8ae2457b2005a7714603a538d20c0187becbd3b4 /package.json
parent70abcc48b89a330f1f77f5f43d3be58a4fe1193e (diff)
downloadvoidsky-9d178c7e155dc7d7a2b96ec89b20008a22ac1784.tar.zst
Fix unit tests (#377)
* Fix unit tests

* Remove excess lint and prettier checks from gh actions
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 3c99d3510..59ce481ea 100644
--- a/package.json
+++ b/package.json
@@ -187,7 +187,7 @@
     ],
     "modulePathIgnorePatterns": [
       "__tests__/.*/__mocks__",
-      "e2e/.*"
+      "__e2e__/.*"
     ],
     "coveragePathIgnorePatterns": [
       "<rootDir>/node_modules/",