Skip to content

Commit

Permalink
chore: Updated borp configs to target tests correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners-nr committed Dec 13, 2024
1 parent 37407b6 commit 97d0c8b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .borp.int-esm.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
files:
- 'test/integration/**/*.tap.mjs'
- 'test/integration/*.test.mjs'
- 'test/integration/**/*.test.mjs'
1 change: 0 additions & 1 deletion .borp.int.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
files:
- 'test/integration/**/*.tap.js'
- 'test/integration/**/*.test.js'
# We need to ignore any `*.test.js` files within nested `node_modules`
# directories. We only want to target the tests we have written ourselves.
Expand Down

0 comments on commit 97d0c8b

Please sign in to comment.