Skip to content

Commit 58a901d

Browse files
committed
Added test to exclude
Signed-off-by: Mike Centola <[email protected]>
1 parent 3573aa4 commit 58a901d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
},
1414
"exclude": [
1515
"node_modules",
16-
".vscode-test"
16+
".vscode-test",
17+
"test"
1718
]
1819
}

0 commit comments

Comments
 (0)