Skip to content

Commit c64a565

Browse files
committed
fix lint
1 parent 58b1a15 commit c64a565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/validate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const test = require('ava')
22
const extractCss = require('..')
33
const {validateBrowserOverride} = require('../src/validate')
44

5-
test('it does basic validation on browserOverride', async t => {
5+
test('it does basic validation on browserOverride', t => {
66
const failures = [
77
{},
88
{executablePath: null},

0 commit comments

Comments
 (0)