This commit is contained in:
Sidharth Vinod
2022-09-23 10:53:37 +05:30
parent d9406585c8
commit f40f2a0b44

View File

@@ -40,7 +40,6 @@
"cypress": "cypress run",
"cypress:open": "cypress open",
"e2e": "start-server-and-test dev http://localhost:9000/ cypress",
"e2e-upd": "yarn lint && jest e2e -u --config e2e/jest.config.js",
"ci": "vitest run",
"test": "yarn lint && vitest run",
"test:watch": "vitest --coverage --watch",