File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 97
97
"lint:ts" : " tsc --noEmit true" ,
98
98
"preversion" : " npm run build && git add dist" ,
99
99
"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}'"
101
101
},
102
102
"type" : " module" ,
103
103
"types" : " dist/esm/index.d.ts" ,
Original file line number Diff line number Diff line change 88
88
"lint:ts" : " tsc --noEmit true" ,
89
89
"preversion" : " npm run build && git add dist" ,
90
90
"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}'"
92
92
},
93
93
"type" : " module" ,
94
94
"types" : " dist/esm/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments