mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-01 15:45:58 +09:00
f08d7df419
* chore: Update dependencies 🚀 Make everything is up-to-date * chore: Update dependencies 🚀 Good Bye, core-js@2 ! * packaging * Fix test * fix build * fix test * use default reporter * fix mocha is keep running after test * Revert back is-promise https://github.com/then/is-promise/issues/12 * Refresh
8 lines
123 B
JSON
8 lines
123 B
JSON
{
|
|
"extension": ["ts","js","cjs","mjs"],
|
|
"require": "ts-node/register",
|
|
"slow": 1000,
|
|
"timeout": 30000,
|
|
"exit": true
|
|
}
|