Skip to content

Commit

Permalink
type module vite node test
Browse files Browse the repository at this point in the history
  • Loading branch information
HexaField committed Sep 20, 2024
1 parent de5f851 commit c29aded
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 33 deletions.
21 changes: 0 additions & 21 deletions .mocharc.js

This file was deleted.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@ir-engine/ir-bot",
"version": "0.5.8",
"type": "module",
"description": "A test bot using puppeteer",
"repository": {
"type": "git",
Expand Down
11 changes: 0 additions & 11 deletions tests/mocha.env.js

This file was deleted.

2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"emitDecoratorMetadata": true,
"declaration": true,
"outDir": "./dist",
"types": ["vite/client", "@types/mocha"]
"types": ["vite/client"]
},
"exclude": [
"../projects/projects/**",
Expand Down

0 comments on commit c29aded

Please sign in to comment.