Skip to content

Commit

Permalink
Changing integration to e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurt Medley committed May 25, 2024
1 parent 80d7c00 commit 31e4073
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ coverage/
*.sln
*.tgz
tsconfig.tsbuildinfo
integration-test-*
e2e-test-*
3 changes: 2 additions & 1 deletion src/test/e2e/e2e.test.mts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ describe('Verificaton that all templates scaffold and build without error', () =
packageAuthor: 'rei',
packageOwnerTeamId: 'testTeamId',
packageTemplate: TemplateTypes.MICROSITE,
packageUsesDataDog: true,
// TODO: change to true, add pom.xml
packageUsesDataDog: false,
namespacedDir: true,
};

Expand Down

0 comments on commit 31e4073

Please sign in to comment.