We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d16d683 commit 2346426Copy full SHA for 2346426
1 file changed
test/init-test.js
@@ -35,6 +35,7 @@ describe('tymly init command', () => {
35
})
36
37
it('does nothing if target directory already exists', async () => {
38
+ stdMocks.use()
39
const expectedNotEmpty = path.join(expectedPath, 'not-empty')
40
const dirName = path.join(outputPath, 'not-empty')
41
@@ -43,6 +44,7 @@ describe('tymly init command', () => {
43
44
await initAction('tymly-pizza-blueprint', {
45
path: dirName
46
47
48
49
compareDirectories(expectedNotEmpty, dirName)
50
0 commit comments