move integration tests to their own folder

This commit is contained in:
MapleLeaf
2021-12-09 18:48:26 -06:00
parent ffe069eb31
commit 02e938ea56
5 changed files with 24 additions and 18 deletions

View File

@@ -86,7 +86,7 @@
"--no-warnings"
],
"files": [
"src/**/*.test.ts"
"{src,integration}/**/*.test.ts"
]
}
}