mirror of
https://github.com/tlsnotary/tlsn-js.git
synced 2026-01-08 04:03:53 -05:00
* Typescript tests in chrome * increase timeout to 5min * close page * force close browser * force exit process * refactor: clean up test code * chore: update readme for adding a new test
10 lines
171 B
JSON
10 lines
171 B
JSON
{
|
|
"extension": ["ts"],
|
|
"spec": "test/test.ts",
|
|
"require": [
|
|
"ts-node/register",
|
|
"source-map-support/register"
|
|
],
|
|
"recursive": true,
|
|
"timeout": 300000
|
|
} |