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 c9893d2 commit b60f44aCopy full SHA for b60f44a
1 file changed
e2e/detect-open-handles/__tests__/promise.js
@@ -1,4 +1,5 @@
1
test('something', () => {
2
+ // eslint-disable-next-line no-new
3
new Promise(() => {});
4
expect(true).toBe(true);
5
});
0 commit comments