mirror of
https://github.com/0xbow-io/privacy-pools-core.git
synced 2026-01-08 17:13:52 -05:00
8 lines
128 B
JSON
8 lines
128 B
JSON
{
|
|
"extension": ["ts"],
|
|
"require": "ts-node/register",
|
|
"spec": "tests/**/*.test.ts",
|
|
"timeout": 100000,
|
|
"exit": true
|
|
}
|