1
0
mirror of https://github.com/waku-org/js-waku.git synced 2025-01-20 09:19:25 +00:00
2022-02-16 12:11:54 +11:00

7 lines
152 B
JSON

{
"extension": ["ts"],
"spec": "src/**/*.spec.ts",
"require": ["ts-node/register", "isomorphic-fetch", "jsdom-global/register"],
"exit": true
}