Skip to content

Commit

Permalink
test(get-init-term): fixed expected CompileTreeLeaf
Browse files Browse the repository at this point in the history
  • Loading branch information
YuryShkoda committed Mar 17, 2022
1 parent ca9262c commit 2fa1449
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/sasjsCli/getInitTerm.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,7 @@ describe('getInitTerm', () => {
describe('getInit', () => {
describe('job', () => {
test('should return with Init Program of Target', async () => {
const initJobLeaf: Leaf = {
content: initFileContent,
dependencies: [],
location: jobConfig(false).initProgram
}
const initJobLeaf = getTestLeaf(jobConfig, false)

jest
.spyOn(internalModule, 'readFile')
Expand Down

0 comments on commit 2fa1449

Please sign in to comment.