Skip to content

Commit ff1f88a

Browse files
committed
dummy test
1 parent cfb7e0d commit ff1f88a

File tree

1 file changed

+9
-1
lines changed
  • dev-packages/node-integration-tests/suites/anr

1 file changed

+9
-1
lines changed

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,15 @@ const EXPECTED_ANR_EVENT = {
5353

5454
conditionalTest({ min: 16 })('should report ANR when event loop blocked', () => {
5555
test('dummy test', done => {
56-
// The first test in here always fails so maybe this fixed it?
56+
// The first test in here always fails so maybe this fixes it?
57+
createRunner(__dirname, 'basic.js')
58+
.expect({
59+
event: _event => {
60+
//
61+
},
62+
})
63+
.start();
64+
5765
done();
5866
});
5967

0 commit comments

Comments
 (0)