mirror of
https://github.com/status-im/libp2p-test-plans.git
synced 2025-01-15 09:26:19 +00:00
438b689cfa
* Browser testing with aegir * Support onlyDial * Bump timeout for browser tests * Support webtransport browser test * PR comments * Tweak * Handle cases where the listener exits before dialer * Remove debug code * Bump node version * Prewarm with playwright install * Support extra timeouts when running against node or browser * Add timeout option to rust and js
10 lines
168 B
JSON
10 lines
168 B
JSON
{
|
|
"extends": "aegir/src/config/tsconfig.aegir.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist"
|
|
},
|
|
"include": [
|
|
"src",
|
|
"test"
|
|
]
|
|
} |