Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 0fa68b6

Browse files
authored
test: remove unneeded async (#14)
1 parent a4c9ec5 commit 0fa68b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/loader.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const loader = require('../');
22

33
describe('Loader', () => {
4-
test('Defaults', async () => {
4+
test('Defaults', () => {
55
expect(loader);
66
});
77
});

0 commit comments

Comments
 (0)