Skip to content

Commit 4152f3a

Browse files
committed
Update testing
1 parent c59e17a commit 4152f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
const test = require('ava')
44
const execa = require('execa')
55

6-
const ESLINT_CONFIG = `${__dirname}/../build/src/.eslintrc.json`
6+
const ESLINT_CONFIG = `${__dirname}/../src/.eslintrc.json`
77
const TEST_FILE = `${__dirname}/helpers/valid.js`
88

99
test('Smoke test', async t => {

0 commit comments

Comments
 (0)