Skip to content

Commit d0e21c9

Browse files
committed
tools(client-property-dds): remove mocha-ts scripts
test:mocha-ts* are not usable per several issues with ts-node (10.9.2 or earlier): - TypeStrong/ts-node#2000 no tsconfig extends multiple files support - TypeStrong/ts-node#1967 lack of .ts + ESM understanding - failure to resolve .js extensions using CommonJS
1 parent e84e8a9 commit d0e21c9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

experimental/PropertyDDS/packages/property-dds/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@
7070
"prettier:fix": "prettier --write . --cache --ignore-path ../../../../.prettierignore",
7171
"test": "npm run test:mocha",
7272
"test:mocha": "npm run test:mocha:esm && echo skipping cjs due to high overhead - npm run test:mocha:cjs",
73-
"test:mocha-ts": "cross-env FLUID_TEST_VERBOSE=1 TS_NODE_PROJECT=./src/test/tsconfig.json mocha --require ts-node/register --extensions ts,tsx \"src/test/**/*.spec.ts\" --exit --timeout 1500000",
74-
"test:mocha-ts-inspect": "cross-env FLUID_TEST_VERBOSE=1 TS_NODE_PROJECT=./src/test/tsconfig.json mocha --inspect-brk --require ts-node/register --extensions ts,tsx \"src/test/**/*.spec.ts\" --exit --timeout 1500000",
7573
"test:mocha:cjs": "mocha --recursive \"dist/test/**/*.spec.*js\" --exit",
7674
"test:mocha:esm": "mocha --recursive \"lib/test/**/*.spec.*js\" --exit",
7775
"test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",

0 commit comments

Comments
 (0)