1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-10 05:40:06 +00:00

chore: updating appLoc to /Public/app/adapter-tests in sasjs-tests

This commit is contained in:
allan
2023-04-06 11:41:54 +01:00
parent cb106c76cb
commit 3daa85a74a
4 changed files with 11 additions and 10 deletions

View File

@@ -48,7 +48,7 @@ export const computeTests = (adapter: SASjs, appLoc: string): TestSuite => ({
test: () => {
const data: any = { table1: [{ col1: 'first col value' }] }
return adapter.startComputeJob(
'/Public/app/common/sendArr',
'/Public/app/adapter-tests/services/common/sendArr',
data,
{},
undefined,