Skip to content

Commit 10334a0

Browse files
committed
fixed formatting issue
1 parent 9f2fffa commit 10334a0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/unit/commands/tsgen.test.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import {expect} from 'chai'
21
import {configHandler} from '@contentstack/cli-utilities'
32
import fancy from 'fancy-test'
43
import {runCommand} from '@oclif/test'
@@ -31,7 +30,7 @@ describe('Tsgen command', () => {
3130
})
3231
)
3332
.it('should generate a type def for graphql query', async () => {
34-
await runCommand(['tsgen', '--token-alias', alias, '--output', filePath, '--api-type', 'graphql'], { root: process.cwd() });
33+
await runCommand(['tsgen', '--token-alias', alias, '--output', filePath, '--api-type', 'graphql'], {root: process.cwd()})
3534
})
3635
})
3736

@@ -46,7 +45,7 @@ describe('Tsgen command', () => {
4645
})
4746
)
4847
.it('should generate a type def for graphql query with namespace', async () => {
49-
await runCommand(['tsgen', '--api-type', 'graphql', '-a', alias, '--output', filePath, '--namespace', 'GraphQL'], { root: process.cwd() });
48+
await runCommand(['tsgen', '--api-type', 'graphql', '-a', alias, '--output', filePath, '--namespace', 'GraphQL'], {root: process.cwd()})
5049
})
5150
})
5251
})

0 commit comments

Comments
 (0)