mirror of
https://github.com/tlsnotary/tlsn-js.git
synced 2026-04-24 03:00:25 -04:00
* wip: testing error catching * chore: version update * chore: add mocha test boilerplate * chore: fix linter
11 lines
159 B
JSON
11 lines
159 B
JSON
{
|
|
"extension": [
|
|
"ts"
|
|
],
|
|
"spec": "tests/**/*.ts",
|
|
"require": [
|
|
"ts-node/register",
|
|
"source-map-support/register"
|
|
],
|
|
"recursive": true
|
|
} |