File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 31
31
"start:webhooks" : " node --require source-map-support/register lib/App/GithubWebhookApp.js" ,
32
32
"start:matrixsender" : " node --require source-map-support/register lib/App/MatrixSenderApp.js" ,
33
33
"start:resetcrypto" : " node --require source-map-support/register lib/App/ResetCryptoStore.js" ,
34
- "test" : " mocha -r ts-node/register tests/init.ts 'tests/*.ts' 'tests/**/*.ts'" ,
35
- "test:e2e" : " tsc --p tsconfig.spec.json && cp ./lib/libRs.js ./lib/matrix-hookshot-rs.node ./spec-lib/src && yarn node --experimental-vm-modules $(yarn bin jest)" ,
36
- "test:cover" : " nyc --reporter=lcov --reporter=text yarn test" ,
34
+ "test" : " NODE_OPTIONS=--no-experimental-strip-types mocha -r ts-node/register tests/init.ts 'tests/*.ts' 'tests/**/*.ts'" ,
35
+ "test:e2e" : " NODE_OPTIONS=--no-experimental-strip-types tsc --p tsconfig.spec.json && cp ./lib/libRs.js ./lib/matrix-hookshot-rs.node ./spec-lib/src && yarn node --experimental-vm-modules $(yarn bin jest)" ,
36
+ "test:cover" : " NODE_OPTIONS=--no-experimental-strip-types nyc --reporter=lcov --reporter=text yarn test" ,
37
37
"lint" : " yarn run lint:js && yarn run lint:rs" ,
38
38
"lint:js" : " eslint" ,
39
39
"lint:rs" : " cargo fmt --all -- --check && cargo clippy -- -Dwarnings" ,
You can’t perform that action at this time.
0 commit comments