Skip to content

Commit

Permalink
Use AVA 4 for the self-hosted tests
Browse files Browse the repository at this point in the history
  • Loading branch information
novemberborn committed Jan 1, 2022
1 parent bedd1d0 commit 8df118b
Show file tree
Hide file tree
Showing 38 changed files with 160 additions and 1,846 deletions.
5 changes: 1 addition & 4 deletions ava.config.cjs → ava.config.js
@@ -1,7 +1,4 @@
// 👉 Due to the package exports, XO's use of our ESLint plugin loads this
// file using the AVA code in the repository, but our self-hosted tests use the
// installed "test-ava" version.
module.exports = {
export default { // eslint-disable-line import/no-anonymous-default-export
files: ['test/**', '!test/**/{fixtures,helpers}/**'],
ignoredByWatcher: ['{coverage,docs,media,test-d,test-tap}/**'],
environmentVariables: {
Expand Down

0 comments on commit 8df118b

Please sign in to comment.