Skip to content

Commit 61bda50

Browse files
committed
try without axios import
1 parent cfb7e0d commit 61bda50

File tree

1 file changed

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

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,6 @@ 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-
6055
// TODO (v8): Remove this old API and this test
6156
test('Legacy API', done => {
6257
createRunner(__dirname, 'legacy.js')

0 commit comments

Comments
 (0)