Skip to content

Commit

Permalink
Make change to trigger E2E CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Mar 6, 2024
1 parent fb73fcf commit d6cde06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/spa-mode-test.ts
Expand Up @@ -12,7 +12,7 @@ import type { Fixture, AppFixture } from "./helpers/create-fixture.js";
import { PlaywrightFixture } from "./helpers/playwright-fixture.js";
import { createProject, viteBuild } from "./helpers/vite.js";

test.describe("SPA Mode", () => {
test.describe("SPA Mode - test!", () => {
let fixture: Fixture;
let appFixture: AppFixture;

Expand Down

0 comments on commit d6cde06

Please sign in to comment.