Skip to content

Commit

Permalink
Fix testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ije committed Nov 7, 2022
1 parent c03bf75 commit 4287760
Show file tree
Hide file tree
Showing 34 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion test/ajv/ajv.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { assert } from "https://deno.land/std@0.155.0/testing/asserts.ts";
import { assert } from "https://deno.land/std@0.162.0/testing/asserts.ts";

import Ajv from "http://localhost:8080/ajv";
import addFormats from "http://localhost:8080/ajv-formats";
Expand Down
2 changes: 1 addition & 1 deletion test/bootstrap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ async function runTest(name: string, retry?: boolean) {
Deno.execPath(),
"test",
"-A",
"--check=all",
"--unstable",
"--check",
"--reload=http://localhost:8080",
"--location=http://0.0.0.0/",
];
Expand Down
2 changes: 1 addition & 1 deletion test/deno-std-version/deno-std-version.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {
assertStringIncludes,
} from "https://deno.land/std@0.155.0/testing/asserts.ts";
} from "https://deno.land/std@0.162.0/testing/asserts.ts";

Deno.test("`?deno-std` query", async () => {
const entryCode = await fetch(
Expand Down
2 changes: 1 addition & 1 deletion test/esbuild-options/esbuild.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {
assertEquals,
assertStringIncludes,
} from "https://deno.land/std@0.155.0/testing/asserts.ts";
} from "https://deno.land/std@0.162.0/testing/asserts.ts";

Deno.test("esbuild options", async (t) => {
await t.step("?sourcemap", async () => {
Expand Down
2 changes: 1 addition & 1 deletion test/external-all/preact.test.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { assert } from "https://deno.land/std@0.155.0/testing/asserts.ts";
import { assert } from "https://deno.land/std@0.162.0/testing/asserts.ts";

import { h } from "preact";
import render from "preact-render-to-string";
Expand Down
2 changes: 1 addition & 1 deletion test/external/preact.test.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { assert } from "https://deno.land/std@0.155.0/testing/asserts.ts";
import { assert } from "https://deno.land/std@0.162.0/testing/asserts.ts";

import { h } from "preact";
import render from "preact-render-to-string";
Expand Down
2 changes: 1 addition & 1 deletion test/io-ts/io-ts.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { assert } from "https://deno.land/std@0.155.0/testing/asserts.ts";
import { assert } from "https://deno.land/std@0.162.0/testing/asserts.ts";

import * as t from "http://localhost:8080/io-ts";
import { isRight } from "http://localhost:8080/fp-ts/lib/Either";
Expand Down
2 changes: 1 addition & 1 deletion test/issue-362/issue-362.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { assertEquals } from "https://deno.land/std@0.155.0/testing/asserts.ts";
import { assertEquals } from "https://deno.land/std@0.162.0/testing/asserts.ts";

import { codes } from "http://localhost:8080/[email protected]";
import { loadWASM } from "http://localhost:8080/[email protected]";
Expand Down
2 changes: 1 addition & 1 deletion test/issue-363/issue-363.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { assertEquals } from "https://deno.land/std@0.155.0/testing/asserts.ts";
import { assertEquals } from "https://deno.land/std@0.162.0/testing/asserts.ts";

import { fs } from "http://localhost:8080/memfs";

Expand Down
2 changes: 1 addition & 1 deletion test/issue-389/issue-389.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { assertEquals } from "https://deno.land/std@0.155.0/testing/asserts.ts";
import { assertEquals } from "https://deno.land/std@0.162.0/testing/asserts.ts";

import { Value } from "http://localhost:8080/@sinclair/[email protected]/value";

Expand Down
2 changes: 1 addition & 1 deletion test/issue-392/issue-392.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { assertEquals } from "https://deno.land/std@0.155.0/testing/asserts.ts";
import { assertEquals } from "https://deno.land/std@0.162.0/testing/asserts.ts";

import mod from "http://localhost:8080/@rollup/[email protected]";

Expand Down
2 changes: 1 addition & 1 deletion test/issue-400/issue-400.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { assertEquals } from "https://deno.land/std@0.155.0/testing/asserts.ts";
import { assertEquals } from "https://deno.land/std@0.162.0/testing/asserts.ts";

import chalk from "http://localhost:8080/[email protected]";

Expand Down
2 changes: 1 addition & 1 deletion test/issue-410/issue-410.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { assertEquals } from "https://deno.land/std@0.155.0/testing/asserts.ts";
import { assertEquals } from "https://deno.land/std@0.162.0/testing/asserts.ts";

import Conf from "http://localhost:8080/[email protected]?dev";

Expand Down
2 changes: 1 addition & 1 deletion test/issue-411/issue-411.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { assertStringIncludes } from "https://deno.land/std@0.155.0/testing/asserts.ts";
import { assertStringIncludes } from "https://deno.land/std@0.162.0/testing/asserts.ts";

import postcss from "http://localhost:8080/[email protected]";
import nested from "http://localhost:8080/[email protected][email protected]";
Expand Down
2 changes: 1 addition & 1 deletion test/issue-417/issue-417.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { assertEquals } from "https://deno.land/std@0.155.0/testing/asserts.ts";
import { assertEquals } from "https://deno.land/std@0.162.0/testing/asserts.ts";

import { ReadableStream } from "http://localhost:8080/web-streams-ponyfill";

Expand Down
2 changes: 1 addition & 1 deletion test/markdown/micromark.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { assertEquals } from "https://deno.land/std@0.155.0/testing/asserts.ts";
import { assertEquals } from "https://deno.land/std@0.162.0/testing/asserts.ts";

import { micromark } from "http://localhost:8080/micromark";
import {
Expand Down
2 changes: 1 addition & 1 deletion test/marked/marked.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {
assert,
assertEquals,
} from "https://deno.land/std@0.155.0/testing/asserts.ts";
} from "https://deno.land/std@0.162.0/testing/asserts.ts";

import marked from "http://localhost:8080/marked@2?deps=@types/[email protected]";
import { safeLoadFront } from "http://localhost:8080/[email protected]";
Expand Down
2 changes: 1 addition & 1 deletion test/mdx/mdx.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { assertStringIncludes } from "https://deno.land/std@0.155.0/testing/asserts.ts";
import { assertStringIncludes } from "https://deno.land/std@0.162.0/testing/asserts.ts";

import "https://esm.sh/[email protected]";
import { compile } from "http://localhost:8080/@mdx-js/[email protected]";
Expand Down
2 changes: 1 addition & 1 deletion test/postcss/postcss.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { assert } from "https://deno.land/std@0.155.0/testing/asserts.ts";
import { assert } from "https://deno.land/std@0.162.0/testing/asserts.ts";

import postcss from "http://localhost:8080/[email protected]";
import autoprefixer from "http://localhost:8080/[email protected][email protected]";
Expand Down
2 changes: 1 addition & 1 deletion test/preact-jsx-runtime/preact.test.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** @jsxImportSource http://localhost:8080/preact */

import { assert } from "https://deno.land/std@0.155.0/testing/asserts.ts";
import { assert } from "https://deno.land/std@0.162.0/testing/asserts.ts";

import { useState } from "http://localhost:8080/preact/hooks";
import render from "http://localhost:8080/preact-render-to-string";
Expand Down
2 changes: 1 addition & 1 deletion test/preact-swr/preact.test.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { assert } from "https://deno.land/std@0.155.0/testing/asserts.ts";
import { assert } from "https://deno.land/std@0.162.0/testing/asserts.ts";

import { h } from "http://localhost:8080/[email protected]";
import render from "http://localhost:8080/[email protected][email protected]";
Expand Down
2 changes: 1 addition & 1 deletion test/preact/preact.test.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { assertEquals } from "https://deno.land/std@0.155.0/testing/asserts.ts";
import { assertEquals } from "https://deno.land/std@0.162.0/testing/asserts.ts";

import { h } from "http://localhost:8080/preact";
import { useState } from "http://localhost:8080/preact/hooks";
Expand Down
2 changes: 1 addition & 1 deletion test/prismjs/prismjs.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { assert } from "https://deno.land/std@0.155.0/testing/asserts.ts";
import { assert } from "https://deno.land/std@0.162.0/testing/asserts.ts";

import Prism from "http://localhost:8080/prismjs";
import "http://localhost:8080/prismjs/components/prism-bash";
Expand Down
2 changes: 1 addition & 1 deletion test/react-17/react.test.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { assert } from "https://deno.land/std@0.155.0/testing/asserts.ts";
import { assert } from "https://deno.land/std@0.162.0/testing/asserts.ts";

import React from "http://localhost:8080/react@17";
import { renderToString } from "http://localhost:8080/react-dom@17/server";
Expand Down
2 changes: 1 addition & 1 deletion test/react-18-dev/react.test.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { assert } from "https://deno.land/std@0.155.0/testing/asserts.ts";
import { assert } from "https://deno.land/std@0.162.0/testing/asserts.ts";

import React from "http://localhost:8080/react@18&dev";
import { renderToString } from "http://localhost:8080/react-dom@18&dev/server";
Expand Down
2 changes: 1 addition & 1 deletion test/react-18/react.test.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { assert } from "https://deno.land/std@0.155.0/testing/asserts.ts";
import { assert } from "https://deno.land/std@0.162.0/testing/asserts.ts";

import React from "http://localhost:8080/react@18";
import { renderToString } from "http://localhost:8080/react-dom@18/server";
Expand Down
2 changes: 1 addition & 1 deletion test/react-jsx-runtime/react.test.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { assert } from "https://deno.land/std@0.155.0/testing/asserts.ts";
import { assert } from "https://deno.land/std@0.162.0/testing/asserts.ts";

import { renderToString } from "http://localhost:8080/react-dom@18/server";

Expand Down
2 changes: 1 addition & 1 deletion test/sanitize-html/sanitize-html.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { assertEquals } from "https://deno.land/std@0.155.0/testing/asserts.ts";
import { assertEquals } from "https://deno.land/std@0.162.0/testing/asserts.ts";

import sanitizeHtml from "http://localhost:8080/[email protected]?dev";

Expand Down
2 changes: 1 addition & 1 deletion test/solid-js/solid.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { assertEquals } from "https://deno.land/std@0.155.0/testing/asserts.ts";
import { assertEquals } from "https://deno.land/std@0.162.0/testing/asserts.ts";

import { transform } from "http://localhost:8080/@babel/[email protected]";
import babelPresetSolid from "http://localhost:8080/[email protected]";
Expand Down
2 changes: 1 addition & 1 deletion test/terser/terser.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { assert } from "https://deno.land/std@0.155.0/testing/asserts.ts";
import { assert } from "https://deno.land/std@0.162.0/testing/asserts.ts";

import { minify } from "http://localhost:8080/terser";

Expand Down
2 changes: 1 addition & 1 deletion test/tfjs/tfjs.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// @ts-nocheck

import { assertEquals } from "https://deno.land/std@0.155.0/testing/asserts.ts";
import { assertEquals } from "https://deno.land/std@0.162.0/testing/asserts.ts";
import * as tf from "http://localhost:8080/@tensorflow/tfjs?no-dts";

Deno.test("tensorflow", async () => {
Expand Down
2 changes: 1 addition & 1 deletion test/tiny-version-compare/common.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { assertEquals } from "https://deno.land/std@0.155.0/testing/asserts.ts";
import { assertEquals } from "https://deno.land/std@0.162.0/testing/asserts.ts";

import compareVersions from "https://esm.sh/[email protected]";

Expand Down
2 changes: 1 addition & 1 deletion test/typescript/typescript.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { assertEquals } from "https://deno.land/std@0.155.0/testing/asserts.ts";
import { assertEquals } from "https://deno.land/std@0.162.0/testing/asserts.ts";

import * as ts from "http://localhost:8080/[email protected]";

Expand Down
2 changes: 1 addition & 1 deletion test/unocss/unocss.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { assert } from "https://deno.land/std@0.155.0/testing/asserts.ts";
import { assert } from "https://deno.land/std@0.162.0/testing/asserts.ts";

import { createGenerator } from "http://localhost:8080/@unocss/[email protected]";
import presetUno from "http://localhost:8080/@unocss/[email protected]";
Expand Down

0 comments on commit 4287760

Please sign in to comment.