Skip to content

Commit

Permalink
chore: update test labels
Browse files Browse the repository at this point in the history
  • Loading branch information
natemoo-re committed Jul 24, 2023
1 parent cf9fcf0 commit a753333
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
export const prerender = true
export const prerender = true;
---

Page does not exist
2 changes: 1 addition & 1 deletion packages/integrations/node/test/prerender-404.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ describe('Prerender 404', () => {
});
});

describe('Hybrid rendering', () => {
describe('Hybrid 404', () => {
/** @type {import('./test-utils').Fixture} */
let fixture;
let server;
Expand Down

0 comments on commit a753333

Please sign in to comment.