Skip to content

Commit

Permalink
test: restore prior state of GLOBIGNORE
Browse files Browse the repository at this point in the history
I added replaceElectorate.js, so it wouldn't be run a second time by
  yarn ava ./*.test.js
but that caused it to not in CI be found for
  yarn ava ./replaceElectorate.test.js
which seems bizarre to me
  • Loading branch information
Chris-Hibbert committed Oct 24, 2024
1 parent c1a8682 commit 1f4c961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion a3p-integration/proposals/n:upgrade-next/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# The effects of this step are not persisted in further proposal layers.

# suppress file names from glob that run earlier
GLOBIGNORE=initial.test.js replaceElectorate.test.js
GLOBIGNORE=initial.test.js

yarn ava ./replaceElectorate.test.js

Expand Down

0 comments on commit 1f4c961

Please sign in to comment.