Skip to content

Commit cfb7e0d

Browse files
committed
Push dummy test
1 parent 171abfb commit cfb7e0d

File tree

1 file changed

+5
-0
lines changed
  • dev-packages/node-integration-tests/suites/anr

1 file changed

+5
-0
lines changed

dev-packages/node-integration-tests/suites/anr/test.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ const EXPECTED_ANR_EVENT = {
5252
};
5353

5454
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+
5560
// TODO (v8): Remove this old API and this test
5661
test('Legacy API', done => {
5762
createRunner(__dirname, 'legacy.js')

0 commit comments

Comments
 (0)