summaryrefslogtreecommitdiff
path: root/cli/js/signal_test.ts
AgeCommit message (Collapse)Author
2020-03-03add assertOps sanitizer in cli/js/ unit tests (#4209)Bartek IwaƄczuk
* add "assertOps" test assertion which makes sure test case is not "leaking" ops - ie. after test finishes there are no pending async ops * apply "assertOps" to all tests in "cli/js/" * fix numerous tests leaking ops * document problem with edge case in "clearInterval" and "clearTimeout" implementation where they may leak async ops * move "cli/js/worker_test.ts" to "cli/tests/worker_test.ts" and run as integration test; workers leak ops because of missing "terminate" implementation
2020-02-19Enable TS strict mode by default (#3899)Maximilien Mellen
Fixes #3324 Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
2020-01-24Add signal handlers (#3757)Yoshiya Hinosawa