mirror of https://github.com/facebook/jest.git
chore: fix lint warning
This commit is contained in:
parent
c9893d2f1c
commit
b60f44a982
|
@ -1,4 +1,5 @@
|
|||
test('something', () => {
|
||||
// eslint-disable-next-line no-new
|
||||
new Promise(() => {});
|
||||
expect(true).toBe(true);
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue