mirror of
https://github.com/status-im/js-waku.git
synced 2025-02-23 18:38:11 +00:00
7 lines
152 B
JSON
7 lines
152 B
JSON
{
|
|
"extension": ["ts"],
|
|
"spec": "src/**/*.spec.ts",
|
|
"require": ["ts-node/register", "isomorphic-fetch", "jsdom-global/register"],
|
|
"exit": true
|
|
}
|