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
@@ -13,7 +13,7 @@
],
"overrides": [
{
"files": ["tests/**/*.spec.ts"],
"files": ["tests/**/*.spec.ts", "integrationTests/**/*.spec.ts"],
"rules": {
"@typescript-eslint/no-unused-expressions": "off",
"@typescript-eslint/consistent-type-assertions": "off",