Skip to content

Commit 8df118b

Browse files
committed
Use AVA 4 for the self-hosted tests
1 parent bedd1d0 commit 8df118b

File tree

38 files changed

+160
-1846
lines changed

38 files changed

+160
-1846
lines changed

ava.config.cjs ava.config.js

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
// 👉 Due to the package exports, XO's use of our ESLint plugin loads this
2-
// file using the AVA code in the repository, but our self-hosted tests use the
3-
// installed "test-ava" version.
4-
module.exports = {
1+
export default { // eslint-disable-line import/no-anonymous-default-export
52
files: ['test/**', '!test/**/{fixtures,helpers}/**'],
63
ignoredByWatcher: ['{coverage,docs,media,test-d,test-tap}/**'],
74
environmentVariables: {

0 commit comments

Comments
 (0)