Skip to content

Commit

Permalink
Add unsupported config fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Feb 14, 2022
1 parent 2373ebf commit aaf9d1a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/config/fixtures/unsupported-configs/ava.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export default {
failFast: true,
};
1 change: 1 addition & 0 deletions test/config/fixtures/unsupported-configs/ava.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
3 changes: 3 additions & 0 deletions test/config/fixtures/unsupported-configs/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"type": "module"
}

0 comments on commit aaf9d1a

Please sign in to comment.