Skip to content

Commit

Permalink
Ignore setup files when running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
FlameWolf committed Apr 24, 2024
1 parent b5ca711 commit 070af2e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,10 @@
"@types/busboy": "^1.5.3",
"ava": "^6.1.2",
"form-data": "^4.0.0"
},
"ava": {
"files": [
"!test/setup*.js"
]
}
}

0 comments on commit 070af2e

Please sign in to comment.