Skip to content

Commit 906e565

Browse files
committed
test(csv-parse): merge
1 parent b8f46e4 commit 906e565

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/csv-parse/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"preversion": "npm run build && git add dist",
117117
"pretest": "npm run build",
118118
"test": "mocha 'test/**/*.{coffee,ts}'",
119-
"test:legacy": "mocha --ignore test/api.web_stream.coffee --ignore test/api.stream.finished.coffee --loader=./test/loaders/legacy/all.js 'test/**/*.{coffee,ts}'"
119+
"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}'"
120120
},
121121
"type": "module",
122122
"types": "dist/esm/index.d.ts",

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

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

2-
import { Readable } from 'stream'
2+
import { Readable } from 'node:stream'
33
import { finished } from 'node:stream/promises'
44
import { parse } from '../lib/index.js'
55
import { generate } from 'csv-generate'

0 commit comments

Comments
 (0)