Skip to content

Commit

Permalink
fix test-regen bug
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Mar 28, 2024
1 parent d5b6b5d commit 7732ea3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/00-setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ if (process.platform === 'win32' || !process.env.TEST_REGEN) {
import { fileURLToPath } from 'url'
if (process.argv[1] === fileURLToPath(import.meta.url)) {
console.log('TAP version 14\\n1..1\nok\\n')
console.log('TAP version 14\\n1..1\\nok\\n')
}
export const bashResults:{ [path: string]: string[] } = ${
Expand Down
2 changes: 1 addition & 1 deletion test/bash-results.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// generated via 'npm run test-regen'
import { fileURLToPath } from 'url'

// generated via 'npm run test-regen'
if (process.argv[1] === fileURLToPath(import.meta.url)) {
console.log('TAP version 14\n1..1\nok\n')
}
Expand Down

0 comments on commit 7732ea3

Please sign in to comment.