Skip to content

Commit a6abd7a

Browse files
fix: code format
1 parent 72628fa commit a6abd7a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

registers/react.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,8 @@ import { GlobalRegistrator } from '@happy-dom/global-registrator';
44
register('@nodejs-loaders/alias', import.meta.url);
55
register('@nodejs-loaders/tsx', import.meta.url);
66

7-
GlobalRegistrator.register({ url: 'http://localhost:3000', width: 1920, height: 1080 });
7+
GlobalRegistrator.register({
8+
url: 'http://localhost:3000',
9+
width: 1920,
10+
height: 1080,
11+
});

0 commit comments

Comments
 (0)