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 171abfb commit cfb7e0dCopy full SHA for cfb7e0d
dev-packages/node-integration-tests/suites/anr/test.ts
@@ -52,6 +52,11 @@ 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