Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Commit

Permalink
Don’t expect to removed deleted files in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgan Laco committed Oct 3, 2018
1 parent 6054237 commit e22fab5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/generators-integration.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ describe('generators', () => {
const sharedComponent = 'Shared'
await execa(IGNITE, ['g', 'component', sharedComponent, '--folder', 'shared'], { preferLocal: false })
expect(jetpack.exists(`src/views/shared/${sharedComponent}/${sharedComponent}.tsx`)).toBe('file')
expect(jetpack.exists(`src/views/shared/${sharedComponent}/${sharedComponent}.presets.ts`)).toBe('file')
expect(jetpack.exists(`src/views/shared/${sharedComponent}/${sharedComponent}.props.ts`)).toBe('file')
expect(jetpack.exists(`src/views/shared/${sharedComponent}/${sharedComponent}.story.tsx`)).toBe('file')
expect(jetpack.exists(`src/views/shared/${sharedComponent}/index.ts`)).toBe('file')
const lint = await execa('npm', ['-s', 'run', 'lint'])
Expand Down

0 comments on commit e22fab5

Please sign in to comment.