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

Commit

Permalink
refactor: split into smaller files
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Nov 20, 2020
1 parent d1a528f commit 746acc3
Show file tree
Hide file tree
Showing 16 changed files with 665 additions and 603 deletions.
6 changes: 0 additions & 6 deletions jest.e2e.config.js

This file was deleted.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dev": "tsc -w -p .",
"test": "run-p test:*",
"test:unit": "jest",
"test:e2e": "jest --config jest.e2e.config.js"
"test:e2e": "jest --testMatch '**/*.e2e.ts'"
},
"dependencies": {
"debug": "^4.1.1",
Expand All @@ -27,6 +27,7 @@
"devDependencies": {
"@rollup/plugin-node-resolve": "^9.0.0",
"@types/debug": "^4.1.5",
"@types/hash-sum": "^1.0.0",
"@types/jest": "^25.2.3",
"@types/node": "^13.13.2",
"@vue/compiler-sfc": "^3.0.2",
Expand Down
Loading

0 comments on commit 746acc3

Please sign in to comment.