We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f84469e commit 3fe3793Copy full SHA for 3fe3793
test/commands/init/init.test.ts
@@ -37,7 +37,7 @@ describe('Init command test', () => {
37
38
it('works if directory is cloned after applying init', async () => {
39
jest.setTimeout(180000)
40
- mockedInquirer.prompt.mockReturnValue({ seedName: 'graphql-server-typed' })
+ mockedInquirer.prompt.mockReturnValue({ seedName: 'graphql-server-typed' } as any)
41
const actFunction = init.getAction()
42
await actFunction(pathToProjectDir)
43
const projectFolderExists: boolean = fs.lstatSync(absoluteProcessDir).isDirectory()
0 commit comments