feat: begin working on integration tests that will call actual onspring api sandbox

This commit is contained in:
StevanFreeborn
2023-02-13 21:02:00 -06:00
parent 757e773f9f
commit 5de13d6b5b
6 changed files with 64 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
{
"extends": "./tsconfig.json",
"include": ["src/**/*.ts", "tests/**/*.ts"]
"include": ["src/**/*.ts", "tests/**/*.ts", "integrationTests/**/*.ts"]
}