Skip to content

Commit

Permalink
use TSX
Browse files Browse the repository at this point in the history
  • Loading branch information
UrielCh committed Nov 8, 2024
1 parent 51e403f commit 382fe5d
Show file tree
Hide file tree
Showing 7 changed files with 293 additions and 137 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
"build": "tsc -p .",
"lint": "eslint ./ --ext .ts",
"format": "eslint ./ --ext .ts --fix",
"test": "mocha -r ts-node/register --reporter spec --colors test/**/*.ts",
"test2": "mocha -r ts-node/register --reporter spec --colors test/adb/thirdparty/**/*.ts",
"test3": "mocha -r ts-node/register --reporter spec --colors test/adb/command/host-transport/serviceCall.ts",
"test": "mocha -r tsx --reporter spec --colors test/**/*.ts",
"test2": "mocha -r tsx --reporter spec --colors test/adb/thirdparty/**/*.ts",
"test3": "mocha -r tsx --reporter spec --colors test/adb/command/host-transport/serviceCall.ts",
"ncu": "npx npm-check-updates -i"
},
"dependencies": {
Expand Down Expand Up @@ -83,7 +83,7 @@
"rimraf": "^6.0.1",
"sinon": "~19.0.2",
"sinon-chai": "~4.0.0",
"ts-node": "^10.9.2",
"tsx": "^4.19.2",
"typedoc": "^0.26.11",
"typedoc-plugin-rename-defaults": "^0.7.1",
"typescript": "5.6.3",
Expand Down
Loading

0 comments on commit 382fe5d

Please sign in to comment.