mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-03 14:23:12 +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
|
|
}
|