Skip to content

Commit

Permalink
feat: support script properity in script (#6529)
Browse files Browse the repository at this point in the history
  • Loading branch information
clChenLiang authored Nov 12, 2024
1 parent 99469d6 commit e94709b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/app-document/tests/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ describe('test dev and build', () => {
'utf-8',
);
expect(
htmlWithDoc.includes('<script defer="" async="" id="script-has-id" >'),
htmlWithDoc.includes('<script defer="" async="" id="script-has-id">'),
).toBe(true);
// IIFE should worked
expect(
Expand Down

0 comments on commit e94709b

Please sign in to comment.