Skip to content

Commit

Permalink
TS: exclude integration tests from root tsconfig.json (#2838)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Nov 3, 2020
1 parent a5b95f0 commit 6e8ca04
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -27,7 +27,6 @@
"node": ">= 10.x"
},
"scripts": {
"test2": "env",
"preversion": ". ./resources/checkgit.sh && npm ci",
"version": "node resources/gen-version.js && npm test && git add src/version.js",
"fuzzonly": "mocha --full-trace src/**/__tests__/**/*-fuzz.js",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
@@ -1,4 +1,5 @@
{
"exclude": ["integrationTests/ts/**/*"],
"compilerOptions": {
"module": "commonjs",
"lib": ["es6", "esnext.asynciterable"],
Expand Down

0 comments on commit 6e8ca04

Please sign in to comment.