Skip to content

Commit 94db4ec

Browse files
committed
ci(csv-parse): update legacy tests
1 parent 0df32c6 commit 94db4ec

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/csv-parse/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"preversion": "npm run build && git add dist",
119119
"pretest": "npm run build",
120120
"test": "mocha 'test/**/*.{coffee,ts}'",
121-
"test:legacy": "mocha --ignore test/api.web_stream.coffee --ignore test/api.stream.finished.coffee --ignore test/option.to_line.coffee --loader=./test/loaders/legacy/all.js 'test/**/*.{coffee,ts}'"
121+
"test:legacy": "mocha --ignore test/api.web_stream.coffee --ignore test/api.stream.finished.coffee --ignore test/api.stream.iterator.coffee --loader=./test/loaders/legacy/all.js 'test/**/*.{coffee,ts}'"
122122
},
123123
"type": "module",
124124
"types": "dist/esm/index.d.ts",

packages/csv-parse/test/option.to_line.coffee

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11

22
import { Readable } from 'node:stream'
3-
import { finished } from 'node:stream/promises'
43
import { parse } from '../lib/index.js'
54
import { generate } from 'csv-generate'
65

0 commit comments

Comments
 (0)