Skip to content

Commit

Permalink
Merge branch 'dev' into browserify-sign
Browse files Browse the repository at this point in the history
  • Loading branch information
bombguy committed Oct 31, 2023
2 parents 03950d9 + 3dccba7 commit 8e5024d
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 8e5024d

Please sign in to comment.