Files
tlsn-js/.mocharc.json
tsukino b18fe34528 chore: fix test in github action (#41)
* 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
2024-03-28 07:17:21 -04:00

10 lines
171 B
JSON

{
"extension": ["ts"],
"spec": "test/test.ts",
"require": [
"ts-node/register",
"source-map-support/register"
],
"recursive": true,
"timeout": 300000
}