Skip to content

Commit

Permalink
just playing with test files
Browse files Browse the repository at this point in the history
  • Loading branch information
nksaraf committed Aug 8, 2023
1 parent e00dd9c commit 948f6dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions test/basic-dev.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ import {
selectHtml,
} from "./helpers/playwright-fixture.js";

test.describe("rendering", () => {
test.describe("basic dev", () => {
let fixture: Fixture;
let appFixture: AppFixture;
// test.skip(process.env.START_ADAPTER !== "solid-start-node");

test.beforeAll(async () => {
fixture = await createDevFixture({
Expand Down
3 changes: 1 addition & 2 deletions test/basic.test.ts → test/basic-prod.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ import {
selectHtml,
} from "./helpers/playwright-fixture.js";

test.describe("rendering", () => {
test.describe("basic build", () => {
let fixture: Fixture;
let appFixture: AppFixture;
// test.skip(process.env.START_ADAPTER !== "solid-start-node");

test.beforeAll(async () => {
fixture = await createFixture({
Expand Down
3 changes: 1 addition & 2 deletions test/hmr.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ import {
selectHtml,
} from "./helpers/playwright-fixture.js";

test.describe("rendering", () => {
test.describe("hmr", () => {
let fixture: DevFixture;
let appFixture: AppFixture;
// test.skip(process.env.START_ADAPTER !== "solid-start-node");

test.beforeAll(async () => {
fixture = await createDevFixture({
Expand Down

0 comments on commit 948f6dc

Please sign in to comment.