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 f0b31fb commit e3923c3Copy full SHA for e3923c3
packages/csv-parse/package.json
@@ -120,7 +120,7 @@
120
"lint:ts": "tsc --noEmit true",
121
"preversion": "npm run build && git add dist",
122
"test": "mocha 'test/**/*.{js,ts}'",
123
- "test:legacy": "mocha --ignore test/api.web_stream.js --ignore test/api.web_stream.ts --ignore test/api.stream.finished.js --ignore test/api.stream.iterator.js 'test/**/*.{js,ts}'"
+ "test:legacy": "mocha --ignore test/api.web_stream.js --ignore test/api.web_stream.ts --ignore test/api.stream.finished.ts --ignore test/api.stream.iterator.ts 'test/**/*.{js,ts}'"
124
},
125
"type": "module",
126
"types": "dist/esm/index.d.ts",
0 commit comments