Skip to content

Commit

Permalink
test(stream-transform): skip test in legacy mode
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Oct 12, 2023
1 parent 0c2acf1 commit a576c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/stream-transform/package.json
Expand Up @@ -93,7 +93,7 @@
"preversion": "npm run build && git add dist",
"pretest": "npm run build",
"test": "mocha 'test/**/*.{coffee,ts}'",
"test:legacy": "mocha --loader=./test/loaders/legacy/all.js --ignore test/handler.mode.callback.coffee 'test/**/*.{coffee,ts}'"
"test:legacy": "mocha --loader=./test/loaders/legacy/all.js --ignore test/handler.mode.callback.coffee --ignore handler.mode.callback.error.coffee 'test/**/*.{coffee,ts}'"
},
"type": "module",
"types": "dist/esm/index.d.ts",
Expand Down

0 comments on commit a576c50

Please sign in to comment.