From ba501d7b1efe24be8bae82fb1486a66637e595bc Mon Sep 17 00:00:00 2001 From: X Date: Thu, 20 Apr 2023 22:12:53 +0800 Subject: [PATCH] Use deno/std@0.180.0 for testings --- test/_tfjs/tfjs.test.ts | 2 +- test/ajv/ajv.test.ts | 2 +- test/axios/axios_test.ts | 2 +- test/babel/babel.test.ts | 2 +- test/baseui/baseui.test.ts | 2 +- test/deno-std-version/deno-std-version.test.ts | 2 +- test/export-all-members/rc-utils.test.tsx | 2 +- test/express/express.test.ts | 2 +- test/external-all/preact.test.tsx | 2 +- test/external-bundle/ajv.test.tsx | 2 +- test/external/preact.test.tsx | 2 +- test/fix-wasm-url/fix-wasm-url.test.ts | 2 +- test/github-assets/github-assets.test.ts | 2 +- test/github-module/github-module.test.ts | 2 +- test/graphql/graphql.test.ts | 2 +- test/html-to-react/react.test.tsx | 2 +- test/io-ts/io-ts.test.ts | 2 +- test/ipfs-dependencies/ipfs-dependencies.test.ts | 2 +- test/issue-362/issue-362.test.ts | 2 +- test/issue-363/issue-363.test.ts | 2 +- test/issue-381/issue-381.test.ts | 2 +- test/issue-389/issue-389.test.ts | 2 +- test/issue-392/issue-392.test.ts | 2 +- test/issue-400/issue-400.test.ts | 2 +- test/issue-410/issue-410.test.ts | 2 +- test/issue-411/issue-411.test.ts | 2 +- test/issue-417/issue-417.test.ts | 2 +- test/issue-420/issue-420.test.ts | 2 +- test/issue-422/issue-422.test.ts | 2 +- test/issue-454/issue-454.test.ts | 2 +- test/issue-464/issue-464.test.ts | 2 +- test/issue-483/issue-483.test.ts | 2 +- test/issue-497/issue-497.test.ts | 2 +- test/issue-502/issue-502.test.ts | 2 +- test/issue-503/issue-503.test.ts | 2 +- test/issue-509/issue-509.test.ts | 2 +- test/issue-512/issue-512.test.ts | 2 +- test/issue-520/issue-520.test.ts | 2 +- test/issue-521/issue-521.test.ts | 2 +- test/issue-527/issue-527.test.ts | 2 +- test/issue-553/issue-553.test.ts | 2 +- test/issue-557/issue-557.test.ts | 2 +- test/issue-562/issue-562.test.ts | 2 +- test/issue-566/issue-566.test.ts | 2 +- test/issue-572/issue-572.test.ts | 2 +- test/issue-576/issue-576.test.ts | 2 +- test/issue-577/issue-577.test.ts | 2 +- test/issue-578/issue-578.test.ts | 2 +- test/issue-580/issue-580.test.ts | 2 +- test/issue-581/issue-581.test.ts | 2 +- test/issue-583/issue-583.test.ts | 2 +- test/issue-588/issue-588.test.ts | 2 +- test/issue-589/issue-589.test.ts | 2 +- test/issue-591/issue-591.test.ts | 2 +- test/issue-592/issue-592.test.ts | 2 +- test/issue-593/issue-593.test.ts | 2 +- test/issue-594/issue-594.test.ts | 2 +- test/issue-596/issue-596.test.ts | 2 +- test/issue-601/issue-601.test.ts | 2 +- test/issue-602/issue-602.test.ts | 2 +- test/markdown/micromark.test.ts | 2 +- test/marked/marked.test.ts | 2 +- test/mdx/mdx.test.ts | 2 +- test/nested-conditions/nested-conditions.test.ts | 2 +- test/package-css/package-css.test.ts | 2 +- test/postcss/postcss.test.ts | 2 +- test/preact-jsx-runtime/preact.test.tsx | 2 +- test/preact-swr/preact.test.tsx | 2 +- test/preact/preact.test.tsx | 2 +- test/prismjs/prismjs.test.ts | 2 +- test/react-17/react.test.tsx | 2 +- test/react-18-dev/react.test.tsx | 2 +- test/react-18-stream/react-steam.test.tsx | 2 +- test/react-18/react.test.tsx | 2 +- test/react-jsx-runtime/react.test.tsx | 2 +- test/react-rsc/react-rsc.test.tsx | 2 +- test/sanitize-html/sanitize-html.test.ts | 2 +- test/solid-js-1.5/solid.test.ts | 2 +- test/solid-js-dev/solid-dev.test.ts | 2 +- test/solid-js/solid.test.ts | 2 +- test/terser/terser.test.ts | 2 +- test/tiny-version-compare/common.test.ts | 2 +- test/tree-shaking/tree-shaking.test.ts | 2 +- test/typescript/typescript.test.ts | 2 +- test/unocss/unocss.test.ts | 2 +- test/vue/vue.test.ts | 2 +- test/worker/worker.test.ts | 2 +- 87 files changed, 87 insertions(+), 87 deletions(-) diff --git a/test/_tfjs/tfjs.test.ts b/test/_tfjs/tfjs.test.ts index 228c93b9f..c1f1f6a15 100644 --- a/test/_tfjs/tfjs.test.ts +++ b/test/_tfjs/tfjs.test.ts @@ -1,6 +1,6 @@ // @ts-nocheck -import { assertEquals } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assertEquals } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import * as tf from "http://localhost:8080/@tensorflow/tfjs?no-dts"; Deno.test("tensorflow", async () => { diff --git a/test/ajv/ajv.test.ts b/test/ajv/ajv.test.ts index a5532d656..b076b5d41 100644 --- a/test/ajv/ajv.test.ts +++ b/test/ajv/ajv.test.ts @@ -1,4 +1,4 @@ -import { assert } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assert } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import Ajv from "http://localhost:8080/ajv"; import addFormats from "http://localhost:8080/ajv-formats"; diff --git a/test/axios/axios_test.ts b/test/axios/axios_test.ts index ae86f6928..e460aec69 100644 --- a/test/axios/axios_test.ts +++ b/test/axios/axios_test.ts @@ -1,4 +1,4 @@ -import { assertEquals } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assertEquals } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import axios from "http://localhost:8080/axios@1.3.4"; diff --git a/test/babel/babel.test.ts b/test/babel/babel.test.ts index bf126e249..8a9280c4d 100644 --- a/test/babel/babel.test.ts +++ b/test/babel/babel.test.ts @@ -1,4 +1,4 @@ -import { assertStringIncludes } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assertStringIncludes } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import { transformAsync } from "http://localhost:8080/@babel/core@7.21.3"; import babelPresetTS from "http://localhost:8080/@babel/preset-typescript@7.21.0"; diff --git a/test/baseui/baseui.test.ts b/test/baseui/baseui.test.ts index 429015815..e533260c9 100644 --- a/test/baseui/baseui.test.ts +++ b/test/baseui/baseui.test.ts @@ -1,4 +1,4 @@ -import { assertEquals } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assertEquals } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import { createTheme } from "http://localhost:8080/baseui@12.2.0"; diff --git a/test/deno-std-version/deno-std-version.test.ts b/test/deno-std-version/deno-std-version.test.ts index 324aed203..121b987a5 100644 --- a/test/deno-std-version/deno-std-version.test.ts +++ b/test/deno-std-version/deno-std-version.test.ts @@ -1,6 +1,6 @@ import { assertStringIncludes, -} from "https://deno.land/std@0.178.0/testing/asserts.ts"; +} from "https://deno.land/std@0.180.0/testing/asserts.ts"; Deno.test("`?deno-std` query", async () => { const entryCode = await fetch( diff --git a/test/export-all-members/rc-utils.test.tsx b/test/export-all-members/rc-utils.test.tsx index 188654c1f..c71116501 100644 --- a/test/export-all-members/rc-utils.test.tsx +++ b/test/export-all-members/rc-utils.test.tsx @@ -1,4 +1,4 @@ -import { assertExists } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assertExists } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import * as dynamicCSS from "http://localhost:8080/rc-util@5.27.2/es/Dom/dynamicCSS.js"; diff --git a/test/express/express.test.ts b/test/express/express.test.ts index f81fb3cb5..da0859c45 100644 --- a/test/express/express.test.ts +++ b/test/express/express.test.ts @@ -1,4 +1,4 @@ -import { assertEquals } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assertEquals } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import express, { type Request, diff --git a/test/external-all/preact.test.tsx b/test/external-all/preact.test.tsx index 5b4d43643..428e95111 100644 --- a/test/external-all/preact.test.tsx +++ b/test/external-all/preact.test.tsx @@ -1,4 +1,4 @@ -import { assert } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assert } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import { h } from "preact"; import render from "preact-render-to-string"; diff --git a/test/external-bundle/ajv.test.tsx b/test/external-bundle/ajv.test.tsx index e046b5283..9d3ee3e2d 100644 --- a/test/external-bundle/ajv.test.tsx +++ b/test/external-bundle/ajv.test.tsx @@ -1,4 +1,4 @@ -import { assert } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assert } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import * as ajv from "http://localhost:8080/ajv@8.12.0?bundle&external=fast-deep-equal"; diff --git a/test/external/preact.test.tsx b/test/external/preact.test.tsx index d4edcb19e..8359aaa4d 100644 --- a/test/external/preact.test.tsx +++ b/test/external/preact.test.tsx @@ -1,4 +1,4 @@ -import { assert } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assert } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import { h } from "preact"; import render from "preact-render-to-string"; diff --git a/test/fix-wasm-url/fix-wasm-url.test.ts b/test/fix-wasm-url/fix-wasm-url.test.ts index 6f8b0fef7..b0615282a 100644 --- a/test/fix-wasm-url/fix-wasm-url.test.ts +++ b/test/fix-wasm-url/fix-wasm-url.test.ts @@ -1,4 +1,4 @@ -import { assertEquals } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assertEquals } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import init, { transform, diff --git a/test/github-assets/github-assets.test.ts b/test/github-assets/github-assets.test.ts index 6aa2dbcd9..c58e2d37c 100644 --- a/test/github-assets/github-assets.test.ts +++ b/test/github-assets/github-assets.test.ts @@ -1,7 +1,7 @@ import { assertEquals, assertStringIncludes, -} from "https://deno.land/std@0.178.0/testing/asserts.ts"; +} from "https://deno.land/std@0.180.0/testing/asserts.ts"; Deno.test("github assets", async () => { const res = await fetch( diff --git a/test/github-module/github-module.test.ts b/test/github-module/github-module.test.ts index 14dcd965c..ffed42b16 100644 --- a/test/github-module/github-module.test.ts +++ b/test/github-module/github-module.test.ts @@ -1,4 +1,4 @@ -import { assertEquals } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assertEquals } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import sfMeta from "http://localhost:8080/gh/superfluid-finance/metadata"; diff --git a/test/graphql/graphql.test.ts b/test/graphql/graphql.test.ts index 3d75117af..c87f11060 100644 --- a/test/graphql/graphql.test.ts +++ b/test/graphql/graphql.test.ts @@ -1,4 +1,4 @@ -import { assertEquals } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assertEquals } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import { graphql, diff --git a/test/html-to-react/react.test.tsx b/test/html-to-react/react.test.tsx index 7a5537595..36da567dd 100644 --- a/test/html-to-react/react.test.tsx +++ b/test/html-to-react/react.test.tsx @@ -1,4 +1,4 @@ -import { assert } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assert } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import React from "http://localhost:8080/react@18?dev"; import { renderToString } from "http://localhost:8080/react-dom@18/server"; diff --git a/test/io-ts/io-ts.test.ts b/test/io-ts/io-ts.test.ts index bc8ece7b9..533116731 100644 --- a/test/io-ts/io-ts.test.ts +++ b/test/io-ts/io-ts.test.ts @@ -1,4 +1,4 @@ -import { assert } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assert } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import * as t from "http://localhost:8080/io-ts"; import { isRight } from "http://localhost:8080/fp-ts/lib/Either"; diff --git a/test/ipfs-dependencies/ipfs-dependencies.test.ts b/test/ipfs-dependencies/ipfs-dependencies.test.ts index a8d6019e3..86a0ef43a 100644 --- a/test/ipfs-dependencies/ipfs-dependencies.test.ts +++ b/test/ipfs-dependencies/ipfs-dependencies.test.ts @@ -1,4 +1,4 @@ -import { assertEquals } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assertEquals } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import { BigInteger } from "http://localhost:8080/jsbn@1.1.0"; import { Netmask } from "http://localhost:8080/netmask@2.0.2"; diff --git a/test/issue-362/issue-362.test.ts b/test/issue-362/issue-362.test.ts index de78927d6..7e081fb64 100644 --- a/test/issue-362/issue-362.test.ts +++ b/test/issue-362/issue-362.test.ts @@ -1,4 +1,4 @@ -import { assertEquals } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assertEquals } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import { codes } from "http://localhost:8080/keycode@2.2.1"; import { loadWASM } from "http://localhost:8080/vscode-oniguruma@1.6.2"; diff --git a/test/issue-363/issue-363.test.ts b/test/issue-363/issue-363.test.ts index 44aa6cbc2..49e2b6084 100644 --- a/test/issue-363/issue-363.test.ts +++ b/test/issue-363/issue-363.test.ts @@ -1,4 +1,4 @@ -import { assertEquals } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assertEquals } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import { fs } from "http://localhost:8080/memfs"; diff --git a/test/issue-381/issue-381.test.ts b/test/issue-381/issue-381.test.ts index 3ae36e209..2069d0eb3 100644 --- a/test/issue-381/issue-381.test.ts +++ b/test/issue-381/issue-381.test.ts @@ -1,4 +1,4 @@ -import { assertEquals } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assertEquals } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import ws4 from "http://localhost:8080/isomorphic-ws@4"; import ws5 from "http://localhost:8080/isomorphic-ws@5"; diff --git a/test/issue-389/issue-389.test.ts b/test/issue-389/issue-389.test.ts index f9e9f040e..96d49191b 100644 --- a/test/issue-389/issue-389.test.ts +++ b/test/issue-389/issue-389.test.ts @@ -1,4 +1,4 @@ -import { assertEquals } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assertEquals } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import { Value } from "http://localhost:8080/@sinclair/typebox@0.24.27/value"; diff --git a/test/issue-392/issue-392.test.ts b/test/issue-392/issue-392.test.ts index 07a52a65c..a69491700 100644 --- a/test/issue-392/issue-392.test.ts +++ b/test/issue-392/issue-392.test.ts @@ -1,4 +1,4 @@ -import { assertEquals } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assertEquals } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import mod from "http://localhost:8080/@rollup/plugin-commonjs@11.1.0"; diff --git a/test/issue-400/issue-400.test.ts b/test/issue-400/issue-400.test.ts index a524610be..d15d21388 100644 --- a/test/issue-400/issue-400.test.ts +++ b/test/issue-400/issue-400.test.ts @@ -1,4 +1,4 @@ -import { assertEquals } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assertEquals } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import chalk from "http://localhost:8080/chalk@5.0.1"; diff --git a/test/issue-410/issue-410.test.ts b/test/issue-410/issue-410.test.ts index 6b20d5110..90e7c6bfa 100644 --- a/test/issue-410/issue-410.test.ts +++ b/test/issue-410/issue-410.test.ts @@ -1,4 +1,4 @@ -import { assertEquals } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assertEquals } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import Conf from "http://localhost:8080/conf@10.2.0?dev"; diff --git a/test/issue-411/issue-411.test.ts b/test/issue-411/issue-411.test.ts index 91b900504..40f094458 100644 --- a/test/issue-411/issue-411.test.ts +++ b/test/issue-411/issue-411.test.ts @@ -1,4 +1,4 @@ -import { assertStringIncludes } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assertStringIncludes } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import postcss from "http://localhost:8080/postcss@8.4.16"; import nested from "http://localhost:8080/postcss-nested@5.0.6?deps=postcss@8.4.16"; diff --git a/test/issue-417/issue-417.test.ts b/test/issue-417/issue-417.test.ts index 9dde4417f..815424198 100644 --- a/test/issue-417/issue-417.test.ts +++ b/test/issue-417/issue-417.test.ts @@ -1,4 +1,4 @@ -import { assertEquals } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assertEquals } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import { ReadableStream } from "http://localhost:8080/web-streams-ponyfill"; diff --git a/test/issue-420/issue-420.test.ts b/test/issue-420/issue-420.test.ts index 41500a0bc..d6acc8135 100644 --- a/test/issue-420/issue-420.test.ts +++ b/test/issue-420/issue-420.test.ts @@ -1,6 +1,6 @@ import { assertStringIncludes, -} from "https://deno.land/std@0.178.0/testing/asserts.ts"; +} from "https://deno.land/std@0.180.0/testing/asserts.ts"; import { html } from "http://localhost:8080/htm/preact?deps=preact@10.11.3"; import { useState } from "http://localhost:8080/preact@10.11.3/hooks"; diff --git a/test/issue-422/issue-422.test.ts b/test/issue-422/issue-422.test.ts index 747f30915..1bfe8a196 100644 --- a/test/issue-422/issue-422.test.ts +++ b/test/issue-422/issue-422.test.ts @@ -1,4 +1,4 @@ -import { assertEquals } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assertEquals } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import * as nfn from "http://localhost:8080/node-fetch-native"; diff --git a/test/issue-454/issue-454.test.ts b/test/issue-454/issue-454.test.ts index 17856613d..6ea84bf10 100644 --- a/test/issue-454/issue-454.test.ts +++ b/test/issue-454/issue-454.test.ts @@ -1,4 +1,4 @@ -import { assertEquals } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assertEquals } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import { Map } from "http://localhost:8080/maplibre-gl@1.15.3"; diff --git a/test/issue-464/issue-464.test.ts b/test/issue-464/issue-464.test.ts index 0c0fa4859..e30146edf 100644 --- a/test/issue-464/issue-464.test.ts +++ b/test/issue-464/issue-464.test.ts @@ -1,4 +1,4 @@ -import { assertEquals } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assertEquals } from "https://deno.land/std@0.180.0/testing/asserts.ts"; // shim document.createTreeWalker and HTMLElement class class HTMLElement {} diff --git a/test/issue-483/issue-483.test.ts b/test/issue-483/issue-483.test.ts index 6dc987711..066e1bb63 100644 --- a/test/issue-483/issue-483.test.ts +++ b/test/issue-483/issue-483.test.ts @@ -1,4 +1,4 @@ -import { assertEquals } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assertEquals } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import { useDrag } from "http://localhost:8080/@use-gesture/react@10.2.24"; diff --git a/test/issue-497/issue-497.test.ts b/test/issue-497/issue-497.test.ts index f841f1d4a..1f018a82e 100644 --- a/test/issue-497/issue-497.test.ts +++ b/test/issue-497/issue-497.test.ts @@ -1,4 +1,4 @@ -import { assertEquals } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assertEquals } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import wretch from "http://localhost:8080/wretch@2.4.1"; diff --git a/test/issue-502/issue-502.test.ts b/test/issue-502/issue-502.test.ts index 0571a724e..ab65badee 100644 --- a/test/issue-502/issue-502.test.ts +++ b/test/issue-502/issue-502.test.ts @@ -1,4 +1,4 @@ -import { assertEquals } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assertEquals } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import d from "http://localhost:8080/d@1.0.1"; diff --git a/test/issue-503/issue-503.test.ts b/test/issue-503/issue-503.test.ts index 06f57b53f..059f62542 100644 --- a/test/issue-503/issue-503.test.ts +++ b/test/issue-503/issue-503.test.ts @@ -1,4 +1,4 @@ -import { assertEquals } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assertEquals } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import { decodeHTML } from "http://localhost:8080/entities@4.4.0/lib/decode"; diff --git a/test/issue-509/issue-509.test.ts b/test/issue-509/issue-509.test.ts index 7abb30bde..b0ba15f2e 100644 --- a/test/issue-509/issue-509.test.ts +++ b/test/issue-509/issue-509.test.ts @@ -1,4 +1,4 @@ -import { assertStringIncludes } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assertStringIncludes } from "https://deno.land/std@0.180.0/testing/asserts.ts"; Deno.test("issue #509", async () => { const res = await fetch("http://localhost:8080/react@18.2.0", { diff --git a/test/issue-512/issue-512.test.ts b/test/issue-512/issue-512.test.ts index 9bc74265a..f8b8e07be 100644 --- a/test/issue-512/issue-512.test.ts +++ b/test/issue-512/issue-512.test.ts @@ -1,4 +1,4 @@ -import { assertEquals } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assertEquals } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import * as mod from "http://localhost:8080/react-svg-spinners@0.3.1?cjs-exports=NinetyRing,NinetyRingWithBg"; diff --git a/test/issue-520/issue-520.test.ts b/test/issue-520/issue-520.test.ts index fcd579448..e437a3d9f 100644 --- a/test/issue-520/issue-520.test.ts +++ b/test/issue-520/issue-520.test.ts @@ -1,4 +1,4 @@ -import { assertEquals } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assertEquals } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import Draggable from "http://localhost:8080/react-draggable"; diff --git a/test/issue-521/issue-521.test.ts b/test/issue-521/issue-521.test.ts index 8e30e45ea..8bf95e67b 100644 --- a/test/issue-521/issue-521.test.ts +++ b/test/issue-521/issue-521.test.ts @@ -1,4 +1,4 @@ -import { assertEquals } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assertEquals } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import * as cm from "http://localhost:8080/codemirror@6.0.1?exports=minimalSetup" diff --git a/test/issue-527/issue-527.test.ts b/test/issue-527/issue-527.test.ts index 5985e900a..bc54da9aa 100644 --- a/test/issue-527/issue-527.test.ts +++ b/test/issue-527/issue-527.test.ts @@ -1,4 +1,4 @@ -import { assertEquals } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assertEquals } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import { blue } from "http://localhost:8080/@twind/preset-tailwind@1.1.4/colors"; diff --git a/test/issue-553/issue-553.test.ts b/test/issue-553/issue-553.test.ts index 5be702ee2..fcdca32a6 100644 --- a/test/issue-553/issue-553.test.ts +++ b/test/issue-553/issue-553.test.ts @@ -1,4 +1,4 @@ -import { assertEquals } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assertEquals } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import HTTP from "http://localhost:8080/ipfs-utils@9.0.14/src/http.js" diff --git a/test/issue-557/issue-557.test.ts b/test/issue-557/issue-557.test.ts index 793ef44a7..561a49538 100644 --- a/test/issue-557/issue-557.test.ts +++ b/test/issue-557/issue-557.test.ts @@ -1,4 +1,4 @@ -import { assertEquals } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assertEquals } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import Asciidoctor from "http://localhost:8080/asciidoctor@3.0.0-alpha.4"; diff --git a/test/issue-562/issue-562.test.ts b/test/issue-562/issue-562.test.ts index 1f45ba995..0be7df680 100644 --- a/test/issue-562/issue-562.test.ts +++ b/test/issue-562/issue-562.test.ts @@ -1,4 +1,4 @@ -import { assertEquals } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assertEquals } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import { upnpNat } from 'http://localhost:8080/@achingbrain/nat-port-mapper@1.0.7' diff --git a/test/issue-566/issue-566.test.ts b/test/issue-566/issue-566.test.ts index 2cd327cb2..1c28e6462 100644 --- a/test/issue-566/issue-566.test.ts +++ b/test/issue-566/issue-566.test.ts @@ -1,4 +1,4 @@ -import { assertEquals } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assertEquals } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import { Expo } from "http://localhost:8080/expo-server-sdk@3.7.0"; diff --git a/test/issue-572/issue-572.test.ts b/test/issue-572/issue-572.test.ts index 3873825a5..f38a88cd9 100644 --- a/test/issue-572/issue-572.test.ts +++ b/test/issue-572/issue-572.test.ts @@ -1,4 +1,4 @@ -import { assertEquals } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assertEquals } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import { filterCookies } from "http://localhost:8080/@supabase/auth-helpers-shared@0.3.0"; diff --git a/test/issue-576/issue-576.test.ts b/test/issue-576/issue-576.test.ts index 8c9168089..c6b8f8b5f 100644 --- a/test/issue-576/issue-576.test.ts +++ b/test/issue-576/issue-576.test.ts @@ -1,4 +1,4 @@ -import { assertEquals } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assertEquals } from "https://deno.land/std@0.180.0/testing/asserts.ts"; Deno.test("issue #576", async () => { const res = await fetch("http://localhost:8080/v113/dedent@0.7.0"); diff --git a/test/issue-577/issue-577.test.ts b/test/issue-577/issue-577.test.ts index 791bb0f97..a414253aa 100644 --- a/test/issue-577/issue-577.test.ts +++ b/test/issue-577/issue-577.test.ts @@ -1,4 +1,4 @@ -import { assertEquals } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assertEquals } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import { Document } from "https://deno.land/x/deno_dom@v0.1.38/deno-dom-wasm.ts"; // add virtual document object to globalThis which is required by html-dom-parser diff --git a/test/issue-578/issue-578.test.ts b/test/issue-578/issue-578.test.ts index a76f4ae17..cd3223976 100644 --- a/test/issue-578/issue-578.test.ts +++ b/test/issue-578/issue-578.test.ts @@ -1,4 +1,4 @@ -import { assertEquals } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assertEquals } from "https://deno.land/std@0.180.0/testing/asserts.ts"; Deno.test("issue #578", async () => { const res = await fetch("http://localhost:8080/v113/katex@0.16.4/dist/katex.mjs"); diff --git a/test/issue-580/issue-580.test.ts b/test/issue-580/issue-580.test.ts index 77c1c8284..69425b72c 100644 --- a/test/issue-580/issue-580.test.ts +++ b/test/issue-580/issue-580.test.ts @@ -1,7 +1,7 @@ import { assertEquals, assertStringIncludes, -} from "https://deno.land/std@0.178.0/testing/asserts.ts"; +} from "https://deno.land/std@0.180.0/testing/asserts.ts"; Deno.test("issue #580", async () => { let res = await fetch("http://localhost:8080/v113/pocketbase@0.13.1"); diff --git a/test/issue-581/issue-581.test.ts b/test/issue-581/issue-581.test.ts index bbd8ab9e0..47b3970c5 100644 --- a/test/issue-581/issue-581.test.ts +++ b/test/issue-581/issue-581.test.ts @@ -1,4 +1,4 @@ -import { assertEquals } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assertEquals } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import dayjs from "http://localhost:8080/dayjs@1.11.7"; import relativeTime from "http://localhost:8080/dayjs@1.11.7/plugin/relativeTime.js"; diff --git a/test/issue-583/issue-583.test.ts b/test/issue-583/issue-583.test.ts index 31c69f1a3..8b97cc397 100644 --- a/test/issue-583/issue-583.test.ts +++ b/test/issue-583/issue-583.test.ts @@ -1,4 +1,4 @@ -import { assertEquals } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assertEquals } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import styleToJS from "http://localhost:8080/style-to-js@1.1.3"; diff --git a/test/issue-588/issue-588.test.ts b/test/issue-588/issue-588.test.ts index d58ec69d1..717b50618 100644 --- a/test/issue-588/issue-588.test.ts +++ b/test/issue-588/issue-588.test.ts @@ -1,4 +1,4 @@ -import { assertStringIncludes } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assertStringIncludes } from "https://deno.land/std@0.180.0/testing/asserts.ts"; Deno.test("issue #588", async () => { const { version } = await fetch("http://localhost:8080/status.json").then(( diff --git a/test/issue-589/issue-589.test.ts b/test/issue-589/issue-589.test.ts index 82c06bdd3..f2b00e8f7 100644 --- a/test/issue-589/issue-589.test.ts +++ b/test/issue-589/issue-589.test.ts @@ -1,4 +1,4 @@ -import { assertEquals } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assertEquals } from "https://deno.land/std@0.180.0/testing/asserts.ts"; Deno.test("issue #589", async () => { const { version } = await fetch("http://localhost:8080/status.json").then(( diff --git a/test/issue-591/issue-591.test.ts b/test/issue-591/issue-591.test.ts index bc84fed01..18b186aae 100644 --- a/test/issue-591/issue-591.test.ts +++ b/test/issue-591/issue-591.test.ts @@ -1,4 +1,4 @@ -import { assert } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assert } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import urlRegexSafe from "http://localhost:8080/url-regex-safe@3.0.0"; diff --git a/test/issue-592/issue-592.test.ts b/test/issue-592/issue-592.test.ts index dc1c5f2bc..122536fee 100644 --- a/test/issue-592/issue-592.test.ts +++ b/test/issue-592/issue-592.test.ts @@ -1,4 +1,4 @@ -import { assertEquals } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assertEquals } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import { createConnection } from "http://localhost:8080/mysql2@3.2.0"; diff --git a/test/issue-593/issue-593.test.ts b/test/issue-593/issue-593.test.ts index a4b78fa76..55379971b 100644 --- a/test/issue-593/issue-593.test.ts +++ b/test/issue-593/issue-593.test.ts @@ -1,4 +1,4 @@ -import { assertEquals } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assertEquals } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import { eventChannel } from "http://localhost:8080/redux-saga@1.2.0"; diff --git a/test/issue-594/issue-594.test.ts b/test/issue-594/issue-594.test.ts index 57b953081..f4b72082e 100644 --- a/test/issue-594/issue-594.test.ts +++ b/test/issue-594/issue-594.test.ts @@ -1,4 +1,4 @@ -import { assertEquals } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assertEquals } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import { isLinkButton } from "http://localhost:8080/discord-api-types@0.37.37/utils/v10"; diff --git a/test/issue-596/issue-596.test.ts b/test/issue-596/issue-596.test.ts index 3cd62d819..c1497ba4f 100644 --- a/test/issue-596/issue-596.test.ts +++ b/test/issue-596/issue-596.test.ts @@ -1,4 +1,4 @@ -import { assert } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assert } from "https://deno.land/std@0.180.0/testing/asserts.ts"; Deno.test("issue #596", async () => { diff --git a/test/issue-601/issue-601.test.ts b/test/issue-601/issue-601.test.ts index 48fed6ecd..1f18fab87 100644 --- a/test/issue-601/issue-601.test.ts +++ b/test/issue-601/issue-601.test.ts @@ -1,4 +1,4 @@ -import { assertEquals } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assertEquals } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import { Location } from "http://localhost:8080/@aws-sdk/client-location@3.48.0"; diff --git a/test/issue-602/issue-602.test.ts b/test/issue-602/issue-602.test.ts index 427d01037..a8cc55ab2 100644 --- a/test/issue-602/issue-602.test.ts +++ b/test/issue-602/issue-602.test.ts @@ -1,4 +1,4 @@ -import { assertEquals } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assertEquals } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import { compress, diff --git a/test/markdown/micromark.test.ts b/test/markdown/micromark.test.ts index 326755318..3d7b33058 100644 --- a/test/markdown/micromark.test.ts +++ b/test/markdown/micromark.test.ts @@ -1,4 +1,4 @@ -import { assertEquals } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assertEquals } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import { micromark } from "http://localhost:8080/micromark"; import { diff --git a/test/marked/marked.test.ts b/test/marked/marked.test.ts index 8a8f4fb94..485bca4da 100644 --- a/test/marked/marked.test.ts +++ b/test/marked/marked.test.ts @@ -1,7 +1,7 @@ import { assert, assertEquals, -} from "https://deno.land/std@0.178.0/testing/asserts.ts"; +} from "https://deno.land/std@0.180.0/testing/asserts.ts"; import marked from "http://localhost:8080/marked@2?deps=@types/marked@2.0.0"; import { safeLoadFront } from "http://localhost:8080/yaml-front-matter@4.1.1"; diff --git a/test/mdx/mdx.test.ts b/test/mdx/mdx.test.ts index 54d26f26c..b1d7ef6f5 100644 --- a/test/mdx/mdx.test.ts +++ b/test/mdx/mdx.test.ts @@ -1,4 +1,4 @@ -import { assertStringIncludes } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assertStringIncludes } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import { compile } from "http://localhost:8080/@mdx-js/mdx@2.1.3"; diff --git a/test/nested-conditions/nested-conditions.test.ts b/test/nested-conditions/nested-conditions.test.ts index 3ab06efda..623c94f87 100644 --- a/test/nested-conditions/nested-conditions.test.ts +++ b/test/nested-conditions/nested-conditions.test.ts @@ -1,4 +1,4 @@ -import { assertExists } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assertExists } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import * as utils from 'http://localhost:8080/v111/jotai@2.0.3/es2022/vanilla/utils.js' diff --git a/test/package-css/package-css.test.ts b/test/package-css/package-css.test.ts index f8d091783..6e15faff0 100644 --- a/test/package-css/package-css.test.ts +++ b/test/package-css/package-css.test.ts @@ -1,4 +1,4 @@ -import { assertEquals } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assertEquals } from "https://deno.land/std@0.180.0/testing/asserts.ts"; Deno.test("package css", async () => { const res = await fetch( diff --git a/test/postcss/postcss.test.ts b/test/postcss/postcss.test.ts index 3ccf5cb51..d9055bcfd 100644 --- a/test/postcss/postcss.test.ts +++ b/test/postcss/postcss.test.ts @@ -1,4 +1,4 @@ -import { assert } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assert } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import postcss from "http://localhost:8080/postcss@8.4.16"; import autoprefixer from "http://localhost:8080/autoprefixer@10.4.12?deps=postcss@8.4.16"; diff --git a/test/preact-jsx-runtime/preact.test.tsx b/test/preact-jsx-runtime/preact.test.tsx index 6b4f21319..43c17997b 100644 --- a/test/preact-jsx-runtime/preact.test.tsx +++ b/test/preact-jsx-runtime/preact.test.tsx @@ -1,6 +1,6 @@ /** @jsxImportSource http://localhost:8080/preact */ -import { assert } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assert } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import { useState } from "http://localhost:8080/preact/hooks"; import render from "http://localhost:8080/preact-render-to-string"; diff --git a/test/preact-swr/preact.test.tsx b/test/preact-swr/preact.test.tsx index 10fb3791c..b07c3a9a0 100644 --- a/test/preact-swr/preact.test.tsx +++ b/test/preact-swr/preact.test.tsx @@ -1,4 +1,4 @@ -import { assert } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assert } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import { h } from "http://localhost:8080/preact@10.7.2"; import render from "http://localhost:8080/preact-render-to-string@5.2.0?deps=preact@10.7.2"; diff --git a/test/preact/preact.test.tsx b/test/preact/preact.test.tsx index 5d892e7c3..fa762eafa 100644 --- a/test/preact/preact.test.tsx +++ b/test/preact/preact.test.tsx @@ -1,4 +1,4 @@ -import { assertEquals } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assertEquals } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import { h } from "http://localhost:8080/preact"; import { useState } from "http://localhost:8080/preact/hooks"; diff --git a/test/prismjs/prismjs.test.ts b/test/prismjs/prismjs.test.ts index 5ad241b91..419578eca 100644 --- a/test/prismjs/prismjs.test.ts +++ b/test/prismjs/prismjs.test.ts @@ -1,4 +1,4 @@ -import { assert } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assert } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import Prism from "http://localhost:8080/prismjs"; import "http://localhost:8080/prismjs/components/prism-bash"; diff --git a/test/react-17/react.test.tsx b/test/react-17/react.test.tsx index 109dc2db9..ca67c37a2 100644 --- a/test/react-17/react.test.tsx +++ b/test/react-17/react.test.tsx @@ -1,4 +1,4 @@ -import { assert } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assert } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import React from "http://localhost:8080/react@17"; import { renderToString } from "http://localhost:8080/react-dom@17/server"; diff --git a/test/react-18-dev/react.test.tsx b/test/react-18-dev/react.test.tsx index 748a1aede..b1af6d2bf 100644 --- a/test/react-18-dev/react.test.tsx +++ b/test/react-18-dev/react.test.tsx @@ -1,4 +1,4 @@ -import { assert } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assert } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import React from "http://localhost:8080/react@18&dev"; import { renderToString } from "http://localhost:8080/react-dom@18&dev/server"; diff --git a/test/react-18-stream/react-steam.test.tsx b/test/react-18-stream/react-steam.test.tsx index 6d7bdc983..e868ceecc 100644 --- a/test/react-18-stream/react-steam.test.tsx +++ b/test/react-18-stream/react-steam.test.tsx @@ -1,4 +1,4 @@ -import { assertStringIncludes } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assertStringIncludes } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import React from "http://localhost:8080/react@18"; import { renderToReadableStream } from "http://localhost:8080/react-dom@18/server"; diff --git a/test/react-18/react.test.tsx b/test/react-18/react.test.tsx index 0c71600a6..7c2b10b68 100644 --- a/test/react-18/react.test.tsx +++ b/test/react-18/react.test.tsx @@ -1,4 +1,4 @@ -import { assert } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assert } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import React from "http://localhost:8080/react@18"; import { renderToString } from "http://localhost:8080/react-dom@18/server"; diff --git a/test/react-jsx-runtime/react.test.tsx b/test/react-jsx-runtime/react.test.tsx index 8615c01ea..de26132b9 100644 --- a/test/react-jsx-runtime/react.test.tsx +++ b/test/react-jsx-runtime/react.test.tsx @@ -1,7 +1,7 @@ import { assert, assertStringIncludes, -} from "https://deno.land/std@0.178.0/testing/asserts.ts"; +} from "https://deno.land/std@0.180.0/testing/asserts.ts"; import { renderToString } from "http://localhost:8080/react-dom@18.2.0/server"; diff --git a/test/react-rsc/react-rsc.test.tsx b/test/react-rsc/react-rsc.test.tsx index 22c9a759a..70a841832 100644 --- a/test/react-rsc/react-rsc.test.tsx +++ b/test/react-rsc/react-rsc.test.tsx @@ -1,4 +1,4 @@ -import { assertStringIncludes } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assertStringIncludes } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import React, { type FC, Suspense } from "http://localhost:8080/react@next"; import ReactDom from "http://localhost:8080/react-dom@next/server"; diff --git a/test/sanitize-html/sanitize-html.test.ts b/test/sanitize-html/sanitize-html.test.ts index 221f8081d..eef7df457 100644 --- a/test/sanitize-html/sanitize-html.test.ts +++ b/test/sanitize-html/sanitize-html.test.ts @@ -1,4 +1,4 @@ -import { assertEquals } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assertEquals } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import sanitizeHtml from "http://localhost:8080/sanitize-html@2.7.0?dev"; diff --git a/test/solid-js-1.5/solid.test.ts b/test/solid-js-1.5/solid.test.ts index d4c31032a..bae4c9a18 100644 --- a/test/solid-js-1.5/solid.test.ts +++ b/test/solid-js-1.5/solid.test.ts @@ -1,4 +1,4 @@ -import { assertEquals } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assertEquals } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import { transform } from "http://localhost:8080/@babel/standalone@7.18.9"; import babelPresetSolid from "http://localhost:8080/babel-preset-solid@1.5.1"; diff --git a/test/solid-js-dev/solid-dev.test.ts b/test/solid-js-dev/solid-dev.test.ts index 6d87a493d..292e2ee19 100644 --- a/test/solid-js-dev/solid-dev.test.ts +++ b/test/solid-js-dev/solid-dev.test.ts @@ -1,6 +1,6 @@ import { assertStringIncludes, -} from "https://deno.land/std@0.178.0/testing/asserts.ts"; +} from "https://deno.land/std@0.180.0/testing/asserts.ts"; Deno.test("solid.js?dev ssr ", async () => { const code = await fetch("http://localhost:8080/stable/solid-js@1.6.16/es2022/solid-js.development.mjs").then(( diff --git a/test/solid-js/solid.test.ts b/test/solid-js/solid.test.ts index e69ee4ce5..80a83412f 100644 --- a/test/solid-js/solid.test.ts +++ b/test/solid-js/solid.test.ts @@ -1,4 +1,4 @@ -import { assertEquals } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assertEquals } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import { transform } from "http://localhost:8080/@babel/standalone@7.21.4"; import babelPresetSolid from "http://localhost:8080/babel-preset-solid@1.6.16"; diff --git a/test/terser/terser.test.ts b/test/terser/terser.test.ts index 6fb4d4d4b..bb7c19586 100644 --- a/test/terser/terser.test.ts +++ b/test/terser/terser.test.ts @@ -1,4 +1,4 @@ -import { assert } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assert } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import { minify } from "http://localhost:8080/terser"; diff --git a/test/tiny-version-compare/common.test.ts b/test/tiny-version-compare/common.test.ts index c3ca00759..e699c1b7f 100644 --- a/test/tiny-version-compare/common.test.ts +++ b/test/tiny-version-compare/common.test.ts @@ -1,4 +1,4 @@ -import { assertEquals } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assertEquals } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import compareVersions from "http://localhost:8080/tiny-version-compare@3.0.1"; diff --git a/test/tree-shaking/tree-shaking.test.ts b/test/tree-shaking/tree-shaking.test.ts index 5557e67ad..f0667bc6b 100644 --- a/test/tree-shaking/tree-shaking.test.ts +++ b/test/tree-shaking/tree-shaking.test.ts @@ -1,4 +1,4 @@ -import { assertEquals } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assertEquals } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import * as tslib from "http://localhost:8080/tslib?exports=__await,__spread"; diff --git a/test/typescript/typescript.test.ts b/test/typescript/typescript.test.ts index 07cacd31e..b1485dcda 100644 --- a/test/typescript/typescript.test.ts +++ b/test/typescript/typescript.test.ts @@ -1,4 +1,4 @@ -import { assertEquals } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assertEquals } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import * as ts from "http://localhost:8080/typescript@4.6.2?dev"; diff --git a/test/unocss/unocss.test.ts b/test/unocss/unocss.test.ts index 88f8686c2..d70206e3d 100644 --- a/test/unocss/unocss.test.ts +++ b/test/unocss/unocss.test.ts @@ -1,4 +1,4 @@ -import { assert } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assert } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import { createGenerator } from "http://localhost:8080/@unocss/core@0.45"; import presetUno from "http://localhost:8080/@unocss/preset-uno@0.45"; diff --git a/test/vue/vue.test.ts b/test/vue/vue.test.ts index f6153c9f3..6d15e364b 100644 --- a/test/vue/vue.test.ts +++ b/test/vue/vue.test.ts @@ -1,4 +1,4 @@ -import { assertEquals } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assertEquals } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import { createSSRApp, h } from "http://localhost:8080/vue@3.2.47"; import { diff --git a/test/worker/worker.test.ts b/test/worker/worker.test.ts index e58781ae2..d369d3140 100644 --- a/test/worker/worker.test.ts +++ b/test/worker/worker.test.ts @@ -1,4 +1,4 @@ -import { assertEquals } from "https://deno.land/std@0.178.0/testing/asserts.ts"; +import { assertEquals } from "https://deno.land/std@0.180.0/testing/asserts.ts"; import workerFactory from "http://localhost:8080/xxhash-wasm@1.0.2?worker";