Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
oakmac committed Dec 3, 2024
1 parent 7d4c577 commit 0e2c6fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parse_ns.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ test('All test_parse_ns/ cases should have unique names', () => {
// only those cases will run
const onlyRunSpecificTests = false
const specificTests = new Set()
specificTests.add('GitHub Issue #166 - :require :refer :all bug')
// specificTests.add('your test case here')

const ignoreSomeTests = false
const ignoreTests = new Set()
Expand Down

0 comments on commit 0e2c6fd

Please sign in to comment.