Merge branch 'master' of https://github.com/sasjs/adapter into api-execution

This commit is contained in:
Krishna Acondy
2020-08-03 19:50:30 +01:00
29 changed files with 220 additions and 780 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import SASjs, { ServerType, SASjsConfig } from "@sasjs/adapter";
import { TestSuite } from "../types";
import { TestSuite } from "@sasjs/test-framework";
const defaultConfig: SASjsConfig = {
serverUrl: window.location.origin,