Skip to content

Commit

Permalink
ci(csv-parse): update legacy tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Dec 8, 2023
1 parent 0df32c6 commit 94db4ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/csv-parse/package.json
Expand Up @@ -118,7 +118,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 --ignore test/option.to_line.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/api.stream.iterator.coffee --loader=./test/loaders/legacy/all.js 'test/**/*.{coffee,ts}'"
},
"type": "module",
"types": "dist/esm/index.d.ts",
Expand Down
1 change: 0 additions & 1 deletion packages/csv-parse/test/option.to_line.coffee
@@ -1,6 +1,5 @@

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 94db4ec

Please sign in to comment.