We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd17603 commit 41a8573Copy full SHA for 41a8573
samples/client/petstore/typescript-fetch/tests/default/package.json
@@ -8,7 +8,7 @@
8
},
9
"scripts": {
10
"prepublish": "npm install ../../builds/with-npm-version && npm run build --prefix ../../builds/with-npm-version && npm run build && npm run webpack && npm run browserify",
11
- "test": "mocha test/*.ts --compilers ts:ts-node/register --require mocks.ts --timeout 10000",
+ "test": "mocha test/*.ts --require ts-node/register --require mocks.ts --timeout 10000",
12
"build": "tsc",
13
"webpack": "webpack",
14
"browserify": "browserify test -p [ tsify ] > ./dist/test.browserify-bundle.js"
0 commit comments