Skip to content

Commit

Permalink
fix: enable error catching for wasm module (#10)
Browse files Browse the repository at this point in the history
* wip: testing error catching

* chore: version update

* chore: add mocha test boilerplate

* chore: fix linter
  • Loading branch information
0xtsukino authored Jan 30, 2024
1 parent 015dd1b commit 4f9c6f3
Show file tree
Hide file tree
Showing 7 changed files with 2,629 additions and 198 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"node_modules",
"build",
"test-build",
"dev-build",
"wasm",
"utils",
"webpack.config.js",
Expand Down
11 changes: 11 additions & 0 deletions .mocharc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"extension": [
"ts"
],
"spec": "tests/**/*.ts",
"require": [
"ts-node/register",
"source-map-support/register"
],
"recursive": true
}
Loading

0 comments on commit 4f9c6f3

Please sign in to comment.