feat: begin working on integration tests that will call actual onspring api sandbox
This commit is contained in:
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user