Skip to content

Commit db53817

Browse files
committed
test: test is no longer async
1 parent 350d70e commit db53817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,7 @@ describe('function helpers', () => {
795795
})
796796

797797
describe('custom headers', () => {
798-
it('sets custom headers in the Netlify configuration', async () => {
798+
it('sets custom headers in the Netlify configuration', () => {
799799
netlifyConfig.headers = []
800800
const headers = [
801801
// single header for a route

0 commit comments

Comments
 (0)