Skip to content

Commit

Permalink
remove e2e rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Cesar Avitia committed Feb 14, 2022
1 parent 82c8fa7 commit 319fb4b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/data-context/test/unit/code-generator.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -247,9 +247,7 @@ describe('code-generator', () => {
it('should generate from scaffoldIntegration', async () => {
const target = path.join(tmpPath, 'scaffold-integration')
const action: Action = {
// TODO(lachlan): once cypress-kitchesink is using e2e instead of integration, remove
// this replace.
templateDir: templates.scaffoldIntegration.replace('e2e', 'integration'),
templateDir: templates.scaffoldIntegration,
target,
}

Expand Down

0 comments on commit 319fb4b

Please sign in to comment.