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

chore: grammar fixing

This commit is contained in:
Mihajlo Medjedovic
2021-02-22 14:24:25 +01:00
parent 907885cf85
commit 75a74152a5
40 changed files with 213 additions and 217 deletions

View File

@@ -5,8 +5,6 @@ jest.mock('axios')
const mockedAxios = axios as jest.Mocked<typeof axios>
describe('FolderOperations', () => {
let originalFetch: any
const sasViyaApiClient = new SASViyaApiClient(
'https://sample.server.com',
'/Public',
@@ -26,8 +24,6 @@ describe('FolderOperations', () => {
'token'
)
console.log(`[res]`, res)
expect(res.folder.name).toEqual('newName')
expect(res.folder.parentFolderUri.split('=')[1]).toEqual('/Test/toFolder')