Skip to content

Commit 41a8573

Browse files
authored
remove compiler option from ts fetch test (#22871)
1 parent fd17603 commit 41a8573

File tree

1 file changed

+1
-1
lines changed
  • samples/client/petstore/typescript-fetch/tests/default

1 file changed

+1
-1
lines changed

samples/client/petstore/typescript-fetch/tests/default/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"scripts": {
1010
"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",
11+
"test": "mocha test/*.ts --require ts-node/register --require mocks.ts --timeout 10000",
1212
"build": "tsc",
1313
"webpack": "webpack",
1414
"browserify": "browserify test -p [ tsify ] > ./dist/test.browserify-bundle.js"

0 commit comments

Comments
 (0)