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 preset, props to be generated
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgan Laco committed Oct 3, 2018
1 parent b300d12 commit 7dfac32
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 @@ -47,8 +47,6 @@ describe('generators', () => {
const simpleComponent = 'Simple'
await execa(IGNITE, ['g', 'component', simpleComponent, '--folder', 'views'], { preferLocal: false })
expect(jetpack.exists(`src/views/${simpleComponent}/${simpleComponent}.tsx`)).toBe('file')
expect(jetpack.exists(`src/views/${simpleComponent}/${simpleComponent}.presets.ts`)).toBe('file')
expect(jetpack.exists(`src/views/${simpleComponent}/${simpleComponent}.props.ts`)).toBe('file')
expect(jetpack.exists(`src/views/${simpleComponent}/${simpleComponent}.story.tsx`)).toBe('file')
expect(jetpack.exists(`src/views/${simpleComponent}/index.ts`)).toBe('file')
const lint = await execa('npm', ['-s', 'run', 'lint'])
Expand Down

0 comments on commit 7dfac32

Please sign in to comment.