Skip to content

Commit c4ed2f2

Browse files
author
Justin Shih
committed
chore: update uibuilder test with utils file
1 parent ee05f50 commit c4ed2f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/amplify-e2e-tests/src/__tests__/uibuilder.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ describe('amplify pull with uibuilder', () => {
9292
expect(fileList).toContain('index.js');
9393
expect(fileList).toContain('studioTheme.js');
9494
expect(fileList).toContain('studioTheme.js.d.ts');
95-
expect(fileList).toHaveLength(7);
95+
expect(fileList).toContain('utils.js');
96+
expect(fileList).toHaveLength(8);
9697

9798
spawnSync(
9899
getNpmPath(),

0 commit comments

Comments
 (0)