Skip to content

Commit

Permalink
added test framework
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Jan 9, 2023
1 parent 5a0a794 commit 16ee380
Show file tree
Hide file tree
Showing 2 changed files with 427 additions and 32 deletions.
7 changes: 6 additions & 1 deletion package.json
Expand Up @@ -10,7 +10,7 @@
"dist"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"test": "ts-mocha test/**/*.test.ts",
"start": "yarn build:watch",
"build": "yarn build:tsc && yarn build:dist",
"build:tsc": "tsc",
Expand Down Expand Up @@ -43,12 +43,17 @@
"typescript": "^4.2.3"
},
"devDependencies": {
"@types/chai": "^4.3.4",
"@types/mocha": "^10.0.1",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"chai": "^4.3.7",
"cross-env": "^7.0.3",
"eslint": "^8.25.0",
"mocha": "^10.2.0",
"prettier": "^2.7.1",
"terser-webpack-plugin": "^5.3.6",
"ts-mocha": "^10.0.0",
"typedoc": "^0.23.18",
"typedoc-plugin-markdown": "^3.13.6",
"webpack": "^5.74.0",
Expand Down

0 comments on commit 16ee380

Please sign in to comment.