Skip to content

Commit 23f6260

Browse files
committed
test: fix legacy node support in parse and stringify
1 parent f031542 commit 23f6260

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/csv-parse/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"preversion": "npm run build && git add dist",
9797
"pretest": "npm run build",
9898
"test": "mocha 'test/**/*.{coffee,ts}'",
99-
"test:legacy": "mocha --loader=./test/loaders/legacy/all.js 'test/**/*.{coffee,ts}'"
99+
"test:legacy": "mocha --loader=./test/loaders/legacy/all.js 'test/**/*.{coffee,ts}' --ignore test/api.web_stream.coffee"
100100
},
101101
"type": "module",
102102
"types": "dist/esm/index.d.ts",

packages/csv-stringify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"preversion": "npm run build && git add dist",
7474
"pretest": "npm run build",
7575
"test": "mocha 'test/**/*.{coffee,ts}'",
76-
"test:legacy": "mocha --loader=./test/loaders/legacy/all.js 'test/**/*.{coffee,ts}'"
76+
"test:legacy": "mocha --loader=./test/loaders/legacy/all.js 'test/**/*.{coffee,ts}' --ignore test/api.web_stream.coffee"
7777
},
7878
"type": "module",
7979
"types": "dist/esm/index.d.ts",

0 commit comments

Comments
 (0)