Skip to content

Commit 37695ef

Browse files
committed
Fix tests
1 parent 8f0bbb8 commit 37695ef

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
@@ -1,6 +1,9 @@
11
'use strict'
22

33
export default {
4+
babel: false,
5+
compileEnhancements: false,
6+
files: ['dist/test'],
47
// Tests are setting listeners on `process` and stubbing global
58
// `process.exit`, `console`, `setTimeout` and `Error.prepareStackTrace`,
69
// so we cannot parallelize them.

gulp/files.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"examples/*.js",
1111
"examples/**/*.js"
1212
],
13-
"TRANSPILED": ["src", "test"],
13+
"TRANSPILED": ["src", "test", "helpers"],
1414
"MARKDOWN": ["*.md"]
1515
}

0 commit comments

Comments
 (0)