Skip to content

Commit dc857af

Browse files
install fonts
1 parent d8e71bf commit dc857af

186 files changed

Lines changed: 31 additions & 222 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

apps/demos/testing/common.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const getClientScripts = () => {
7171

7272
Object.values(FRAMEWORKS).forEach((approach) => {
7373
if (!shouldRunFramework(approach)) { return; }
74-
fixture(approach)
74+
fixture.disablePageReloads(approach)
7575
.beforeEach(async (t) => {
7676
t.ctx.watchDogHandle = setTimeout(() => { throw new Error('test timeout exceeded'); }, 3 * 60 * 1000);
7777

-701 Bytes
-951 Bytes
-668 Bytes
-1.16 KB
-948 Bytes
-109 Bytes
20 Bytes
2 Bytes
-15 Bytes

0 commit comments

Comments
 (0)