Skip to content

Commit e5bc2f4

Browse files
committed
build: legacy loader leftover
1 parent 6ee6ad8 commit e5bc2f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/csv-generate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"lint:ts": "tsc --noEmit true",
9898
"preversion": "npm run build && git add dist",
9999
"test": "mocha 'test/**/*.{js,ts}'",
100-
"test:legacy": "mocha --ignore test/api.web_stream.js --loader=./test/loaders/legacy/all.js 'test/**/*.{js,ts}'"
100+
"test:legacy": "mocha --ignore test/api.web_stream.js 'test/**/*.{js,ts}'"
101101
},
102102
"type": "module",
103103
"types": "dist/esm/index.d.ts",

packages/stream-transform/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"lint:ts": "tsc --noEmit true",
8989
"preversion": "npm run build && git add dist",
9090
"test": "mocha 'test/**/*.{js,ts}'",
91-
"test:legacy": "mocha --loader=./test/loaders/legacy/all.js --ignore test/handler.mode.callback.js --ignore test/handler.mode.callback.error.js 'test/**/*.{js,ts}'"
91+
"test:legacy": "mocha --ignore test/handler.mode.callback.js --ignore test/handler.mode.callback.error.js 'test/**/*.{js,ts}'"
9292
},
9393
"type": "module",
9494
"types": "dist/esm/index.d.ts",

0 commit comments

Comments
 (0)