We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfb7e0d commit 61bda50Copy full SHA for 61bda50
dev-packages/node-integration-tests/suites/anr/test.ts
@@ -52,11 +52,6 @@ const EXPECTED_ANR_EVENT = {
52
};
53
54
conditionalTest({ min: 16 })('should report ANR when event loop blocked', () => {
55
- test('dummy test', done => {
56
- // The first test in here always fails so maybe this fixed it?
57
- done();
58
- });
59
-
60
// TODO (v8): Remove this old API and this test
61
test('Legacy API', done => {
62
createRunner(__dirname, 'legacy.js')
0 commit comments