Skip to content

Commit 4d185e2

Browse files
committed
Use new build task
1 parent 42b8be2 commit 4d185e2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ava.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import config from 'gulp-shared-tasks/ava.config'
2+
3+
export default config

test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const test = require('ava')
44
const execa = require('execa')
55

66
const BINARY_PATH = `${__dirname}/../src/bin/index.js`
7-
const TASKS_FILE = `${__dirname}/tasks.yml`
7+
const TASKS_FILE = `${__dirname}/tasks.json`
88

99
test('Smoke test', async t => {
1010
const { code, stdout } = await execa(BINARY_PATH, [TASKS_FILE], {

0 commit comments

Comments
 (0)