You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/integration/static.test.ts
+2-2
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ test<FixtureTestContext>('requesting a non existing page route that needs to be
61
61
)
62
62
})
63
63
64
-
test.skipIf(platform==='win32')<FixtureTestContext>('linked static resources are placed in correct place in publish directory (no basePath)',async(ctx)=>{
64
+
test<FixtureTestContext>('linked static resources are placed in correct place in publish directory (no basePath)',async(ctx)=>{
65
65
awaitcreateFixture('simple-next-app',ctx)
66
66
const{
67
67
constants: {PUBLISH_DIR},
@@ -110,7 +110,7 @@ test.skipIf(platform === 'win32')<FixtureTestContext>('linked static resources a
0 commit comments