We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5b6b5d commit 7732ea3Copy full SHA for 7732ea3
test/00-setup.ts
@@ -140,7 +140,7 @@ if (process.platform === 'win32' || !process.env.TEST_REGEN) {
140
import { fileURLToPath } from 'url'
141
142
if (process.argv[1] === fileURLToPath(import.meta.url)) {
143
- console.log('TAP version 14\\n1..1\nok\\n')
+ console.log('TAP version 14\\n1..1\\nok\\n')
144
}
145
146
export const bashResults:{ [path: string]: string[] } = ${
test/bash-results.ts
@@ -1,6 +1,6 @@
1
+// generated via 'npm run test-regen'
2
3
-// generated via 'npm run test-regen'
4
5
console.log('TAP version 14\n1..1\nok\n')
6
0 commit comments