We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72628fa commit a6abd7aCopy full SHA for a6abd7a
registers/react.ts
@@ -4,4 +4,8 @@ import { GlobalRegistrator } from '@happy-dom/global-registrator';
4
register('@nodejs-loaders/alias', import.meta.url);
5
register('@nodejs-loaders/tsx', import.meta.url);
6
7
-GlobalRegistrator.register({ url: 'http://localhost:3000', width: 1920, height: 1080 });
+GlobalRegistrator.register({
8
+ url: 'http://localhost:3000',
9
+ width: 1920,
10
+ height: 1080,
11
+});
0 commit comments