Skip to content

Commit

Permalink
Rename testings
Browse files Browse the repository at this point in the history
  • Loading branch information
ije committed Apr 25, 2024
1 parent 6e32944 commit 5d26f2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/solid-js-1.5/solid.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function transformSolid(rawCode: string): string {
.replaceAll(`"solid-js/web"`, `"http://localhost:8080/[email protected]/web"`);
}

Deno.test("[email protected].1 ssr", async () => {
Deno.test("[email protected] ssr", async () => {
const code = `import { createSignal } from "solid-js";
function Counter() {
Expand Down
2 changes: 1 addition & 1 deletion test/solid-js-1.6/solid.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function transformSolid(rawCode: string): string {
);
}

Deno.test("solid.js ssr", async () => {
Deno.test("solid.js@1.6 ssr", { sanitizeOps: false, sanitizeResources: false }, async () => {
const code = `import { createSignal } from "solid-js";
function Counter() {
Expand Down

0 comments on commit 5d26f2a

Please sign in to comment.