Skip to content

Commit

Permalink
test(csv-parse): merge
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Oct 5, 2023
1 parent b8f46e4 commit 906e565
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/csv-parse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"preversion": "npm run build && git add dist",
"pretest": "npm run build",
"test": "mocha 'test/**/*.{coffee,ts}'",
"test:legacy": "mocha --ignore test/api.web_stream.coffee --ignore test/api.stream.finished.coffee --loader=./test/loaders/legacy/all.js 'test/**/*.{coffee,ts}'"
"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}'"
},
"type": "module",
"types": "dist/esm/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/csv-parse/test/option.to_line.coffee
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

import { Readable } from 'stream'
import { Readable } from 'node:stream'
import { finished } from 'node:stream/promises'
import { parse } from '../lib/index.js'
import { generate } from 'csv-generate'
Expand Down

0 comments on commit 906e565

Please sign in to comment.