Skip to content

Commit 1a23f51

Browse files
committed
middlewareutil removing getall
1 parent 3a0787e commit 1a23f51

File tree

3 files changed

+345
-334
lines changed

3 files changed

+345
-334
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@
6262
"build": "npm run pre-build && npm run build:cjs && npm run build:es && rollup -c",
6363
"test": "npm run test:cjs && npm run test:esm",
6464
"test:development": "tsc --p test/tsconfig-test-cjs.json && mocha 'lib/test/development/**/*.js' --require isomorphic-fetch",
65-
"test:workload": "tsc --p spec/tsconfig.json && mocha spec/development/workload",
6665
"lint": "tslint --project ./tsconfig-cjs.json -c tslint.json",
6766
"format:css": "prettier --write \"**/*.css\"",
6867
"format:html": "prettier --write \"**/*.html\"",
@@ -74,7 +73,7 @@
7473
"format": "npm run format:css && npm run format:html && npm run format:js && npm run format:json && npm run format:md && npm run format:rc && npm run format:ts",
7574
"prepack": "npm install && npm run build && npm run test",
7675
"test:coverage": "TS_NODE_PROJECT='./tsconfig-cjs.json' nyc mocha --require isomorphic-fetch -r ts-node/register test/common/**/*.ts && mocha --require isomorphic-fetch -r ts-node/register test/common/**/*.ts",
77-
"test:cjs": "tsc -p tsconfig-cjs.json && mocha 'lib/test/common/**/*.js' --require isomorphic-fetch && mocha 'lib/test/node/**/*.js' --require isomorphic-fetch",
76+
"test:cjs": "tsc -p tsconfig-cjs.json && mocha 'lib/test/common/**/*.js' --require isomorphic-fetch && mocha 'lib/test/node/**/*.js' --require isomorphic-fetch",
7877
"test:esm": "tsc -p tsconfig-es.json && mocha 'lib/es/test/common/**/*.js' --require esm --require isomorphic-fetch && mocha 'lib/es/test/node/**/*.js' --require esm --require isomorphic-fetch",
7978
"karma": "karma start --single-run --browsers ChromeHeadless karma.conf.js"
8079
},

0 commit comments

Comments
 (0)