diff --git a/sasjs-tests/public/config.json b/sasjs-tests/public/config.json index 0521d21..c9ff69a 100644 --- a/sasjs-tests/public/config.json +++ b/sasjs-tests/public/config.json @@ -3,10 +3,10 @@ "password": "", "sasJsConfig": { "serverUrl": "", - "appLoc": "/Public/app/adapter-tests", + "appLoc": "/Public/app/adapter-tests/services", "serverType": "SASJS", "debug": false, "contextName": "sasjs adapter compute context", "useComputeApi": true } -} \ No newline at end of file +} diff --git a/sasjs-tests/sasjs/sasjsconfig.json b/sasjs-tests/sasjs/sasjsconfig.json index f0193c2..dceed99 100644 --- a/sasjs-tests/sasjs/sasjsconfig.json +++ b/sasjs-tests/sasjs/sasjsconfig.json @@ -1,7 +1,9 @@ { "$schema": "https://cli.sasjs.io/sasjsconfig-schema.json", "serviceConfig": { - "serviceFolders": ["sasjs/common"] + "serviceFolders": [ + "sasjs/common" + ] }, "defaultTarget": "4gl", "targets": [ @@ -21,8 +23,9 @@ "streamWeb": true, "streamWebFolder": "webv", "webSourcePath": "build", - "streamServiceName": "adapter-tests" + "streamServiceName": "adapter-tests", + "assetPaths": [] } } ] -} +} \ No newline at end of file