Skip to content

Commit

Permalink
test: 更新测试脚本以包含新的测试文件
Browse files Browse the repository at this point in the history
  • Loading branch information
TBXark committed Dec 26, 2024
1 parent 1f92ddc commit ea60cbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"pub": "wrangler deploy",
"build": "node esbuild.config.js",
"lint": "eslint --fix src/index.ts src",
"test": "tsx src/mail/parse.test.ts"
"test": "tsx src/test.ts"
},
"license": "MIT",
"dependencies": {
Expand Down
1 change: 1 addition & 0 deletions src/test.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import './mail/parse.test';

0 comments on commit ea60cbc

Please sign in to comment.