Skip to content

Commit

Permalink
Merge pull request #13383 from Jshhhh/update-uibuilder-test
Browse files Browse the repository at this point in the history
chore: update uibuilder test with utils file
  • Loading branch information
Jshhhh authored Oct 31, 2023
2 parents ee05f50 + c4ed2f2 commit 3dccba7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/amplify-e2e-tests/src/__tests__/uibuilder.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ describe('amplify pull with uibuilder', () => {
expect(fileList).toContain('index.js');
expect(fileList).toContain('studioTheme.js');
expect(fileList).toContain('studioTheme.js.d.ts');
expect(fileList).toHaveLength(7);
expect(fileList).toContain('utils.js');
expect(fileList).toHaveLength(8);

spawnSync(
getNpmPath(),
Expand Down

0 comments on commit 3dccba7

Please sign in to comment.