Skip to content

Commit

Permalink
move to jest for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
pahjbo committed Sep 25, 2024
1 parent 4ad8daf commit 0849d3f
Show file tree
Hide file tree
Showing 5 changed files with 3,869 additions and 2,283 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"private": false,
"scripts": {
"build": "tsc",
"test": "testyts",
"test": "jest --watch",
"doc": "typedoc src/main/ts/TSOFA.ts",
"eslint": "eslint ."
},
Expand Down Expand Up @@ -42,7 +42,8 @@
"eslint-plugin-jsdoc": "^46.8.1",
"eslint-plugin-prefer-arrow": "^1.2.3",
"globals": "^15.9.0",
"testyts": "^1.5.0",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.1",
"typedoc": "^0.25.6",
"typescript": "^5.2.2",
Expand Down
Loading

0 comments on commit 0849d3f

Please sign in to comment.