Skip to content

Commit e3923c3

Browse files
committed
test(csv-parse): update legacy exclusion list
1 parent f0b31fb commit e3923c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/csv-parse/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
"lint:ts": "tsc --noEmit true",
121121
"preversion": "npm run build && git add dist",
122122
"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}'"
123+
"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}'"
124124
},
125125
"type": "module",
126126
"types": "dist/esm/index.d.ts",

0 commit comments

Comments
 (0)