chore: fix lint warning

This commit is contained in:
Simen Bekkhus 2018-08-14 12:53:27 +02:00
parent c9893d2f1c
commit b60f44a982
No known key found for this signature in database
GPG Key ID: F8DE8DC2A9CDB9FF
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
test('something', () => {
// eslint-disable-next-line no-new
new Promise(() => {});
expect(true).toBe(true);
});