mirror of
https://github.com/status-im/dappconnect-voting-sdk.git
synced 2025-01-09 10:32:19 +00:00
9 lines
169 B
JSON
9 lines
169 B
JSON
{
|
|
"spec": "test/**/*.test.{ts,tsx}",
|
|
"require": "ts-node/register",
|
|
"watchExtensions": "ts",
|
|
"extension": "ts",
|
|
"timeout": 3000,
|
|
"file": "./test/setup.ts"
|
|
}
|