Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit 746acc3

Browse files
committed
refactor: split into smaller files
1 parent d1a528f commit 746acc3

16 files changed

+665
-603
lines changed

jest.e2e.config.js

-6
This file was deleted.

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"dev": "tsc -w -p .",
1515
"test": "run-p test:*",
1616
"test:unit": "jest",
17-
"test:e2e": "jest --config jest.e2e.config.js"
17+
"test:e2e": "jest --testMatch '**/*.e2e.ts'"
1818
},
1919
"dependencies": {
2020
"debug": "^4.1.1",
@@ -27,6 +27,7 @@
2727
"devDependencies": {
2828
"@rollup/plugin-node-resolve": "^9.0.0",
2929
"@types/debug": "^4.1.5",
30+
"@types/hash-sum": "^1.0.0",
3031
"@types/jest": "^25.2.3",
3132
"@types/node": "^13.13.2",
3233
"@vue/compiler-sfc": "^3.0.2",

0 commit comments

Comments
 (0)