Skip to content

Commit

Permalink
Use deno/[email protected] for testings
Browse files Browse the repository at this point in the history
  • Loading branch information
ije committed Apr 20, 2023
1 parent 322db93 commit ba501d7
Show file tree
Hide file tree
Showing 87 changed files with 87 additions and 87 deletions.
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.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 () => {
Expand Down
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.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";
Expand Down
2 changes: 1 addition & 1 deletion test/axios/axios_test.ts
Original file line number Diff line number Diff line change
@@ -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/[email protected]";

Expand Down
2 changes: 1 addition & 1 deletion test/babel/babel.test.ts
Original file line number Diff line number Diff line change
@@ -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/[email protected]";
import babelPresetTS from "http://localhost:8080/@babel/[email protected]";
Expand Down
2 changes: 1 addition & 1 deletion test/baseui/baseui.test.ts
Original file line number Diff line number Diff line change
@@ -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/[email protected]";

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.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(
Expand Down
2 changes: 1 addition & 1 deletion test/export-all-members/rc-utils.test.tsx
Original file line number Diff line number Diff line change
@@ -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/[email protected]/es/Dom/dynamicCSS.js";

Expand Down
2 changes: 1 addition & 1 deletion test/express/express.test.ts
Original file line number Diff line number Diff line change
@@ -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,
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.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";
Expand Down
2 changes: 1 addition & 1 deletion test/external-bundle/ajv.test.tsx
Original file line number Diff line number Diff line change
@@ -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/[email protected]?bundle&external=fast-deep-equal";

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.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";
Expand Down
2 changes: 1 addition & 1 deletion test/fix-wasm-url/fix-wasm-url.test.ts
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
2 changes: 1 addition & 1 deletion test/github-assets/github-assets.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.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(
Expand Down
2 changes: 1 addition & 1 deletion test/github-module/github-module.test.ts
Original file line number Diff line number Diff line change
@@ -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";

Expand Down
2 changes: 1 addition & 1 deletion test/graphql/graphql.test.ts
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
2 changes: 1 addition & 1 deletion test/html-to-react/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.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";
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.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";
Expand Down
2 changes: 1 addition & 1 deletion test/ipfs-dependencies/ipfs-dependencies.test.ts
Original file line number Diff line number Diff line change
@@ -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/[email protected]";
import { Netmask } from "http://localhost:8080/[email protected]";
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.178.0/testing/asserts.ts";
import { assertEquals } from "https://deno.land/std@0.180.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.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";

Expand Down
2 changes: 1 addition & 1 deletion test/issue-381/issue-381.test.ts
Original file line number Diff line number Diff line change
@@ -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";
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.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/[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.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/[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.178.0/testing/asserts.ts";
import { assertEquals } from "https://deno.land/std@0.180.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.178.0/testing/asserts.ts";
import { assertEquals } from "https://deno.land/std@0.180.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.178.0/testing/asserts.ts";
import { assertStringIncludes } from "https://deno.land/std@0.180.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.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";

Expand Down
2 changes: 1 addition & 1 deletion test/issue-420/issue-420.test.ts
Original file line number Diff line number Diff line change
@@ -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/[email protected]";
import { useState } from "http://localhost:8080/[email protected]/hooks";
Expand Down
2 changes: 1 addition & 1 deletion test/issue-422/issue-422.test.ts
Original file line number Diff line number Diff line change
@@ -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";

Expand Down
2 changes: 1 addition & 1 deletion test/issue-454/issue-454.test.ts
Original file line number Diff line number Diff line change
@@ -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/[email protected]";

Expand Down
2 changes: 1 addition & 1 deletion test/issue-464/issue-464.test.ts
Original file line number Diff line number Diff line change
@@ -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 {}
Expand Down
2 changes: 1 addition & 1 deletion test/issue-483/issue-483.test.ts
Original file line number Diff line number Diff line change
@@ -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/[email protected]";

Expand Down
2 changes: 1 addition & 1 deletion test/issue-497/issue-497.test.ts
Original file line number Diff line number Diff line change
@@ -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/[email protected]";

Expand Down
2 changes: 1 addition & 1 deletion test/issue-502/issue-502.test.ts
Original file line number Diff line number Diff line change
@@ -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/[email protected]";

Expand Down
2 changes: 1 addition & 1 deletion test/issue-503/issue-503.test.ts
Original file line number Diff line number Diff line change
@@ -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/[email protected]/lib/decode";

Expand Down
2 changes: 1 addition & 1 deletion test/issue-509/issue-509.test.ts
Original file line number Diff line number Diff line change
@@ -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/[email protected]", {
Expand Down
2 changes: 1 addition & 1 deletion test/issue-512/issue-512.test.ts
Original file line number Diff line number Diff line change
@@ -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/[email protected]?cjs-exports=NinetyRing,NinetyRingWithBg";

Expand Down
2 changes: 1 addition & 1 deletion test/issue-520/issue-520.test.ts
Original file line number Diff line number Diff line change
@@ -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";

Expand Down
2 changes: 1 addition & 1 deletion test/issue-521/issue-521.test.ts
Original file line number Diff line number Diff line change
@@ -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/[email protected]?exports=minimalSetup"

Expand Down
2 changes: 1 addition & 1 deletion test/issue-527/issue-527.test.ts
Original file line number Diff line number Diff line change
@@ -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/[email protected]/colors";

Expand Down
2 changes: 1 addition & 1 deletion test/issue-553/issue-553.test.ts
Original file line number Diff line number Diff line change
@@ -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/[email protected]/src/http.js"

Expand Down
2 changes: 1 addition & 1 deletion test/issue-557/issue-557.test.ts
Original file line number Diff line number Diff line change
@@ -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/[email protected]";

Expand Down
2 changes: 1 addition & 1 deletion test/issue-562/issue-562.test.ts
Original file line number Diff line number Diff line change
@@ -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/[email protected]'

Expand Down
2 changes: 1 addition & 1 deletion test/issue-566/issue-566.test.ts
Original file line number Diff line number Diff line change
@@ -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/[email protected]";

Expand Down
2 changes: 1 addition & 1 deletion test/issue-572/issue-572.test.ts
Original file line number Diff line number Diff line change
@@ -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/[email protected]";

Expand Down
2 changes: 1 addition & 1 deletion test/issue-576/issue-576.test.ts
Original file line number Diff line number Diff line change
@@ -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/[email protected]");
Expand Down
2 changes: 1 addition & 1 deletion test/issue-577/issue-577.test.ts
Original file line number Diff line number Diff line change
@@ -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/[email protected]/deno-dom-wasm.ts";

// add virtual document object to globalThis which is required by html-dom-parser
Expand Down
2 changes: 1 addition & 1 deletion test/issue-578/issue-578.test.ts
Original file line number Diff line number Diff line change
@@ -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/[email protected]/dist/katex.mjs");
Expand Down
2 changes: 1 addition & 1 deletion test/issue-580/issue-580.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.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/[email protected]");
Expand Down
2 changes: 1 addition & 1 deletion test/issue-581/issue-581.test.ts
Original file line number Diff line number Diff line change
@@ -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/[email protected]";
import relativeTime from "http://localhost:8080/[email protected]/plugin/relativeTime.js";
Expand Down
2 changes: 1 addition & 1 deletion test/issue-583/issue-583.test.ts
Original file line number Diff line number Diff line change
@@ -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/[email protected]";

Expand Down
2 changes: 1 addition & 1 deletion test/issue-588/issue-588.test.ts
Original file line number Diff line number Diff line change
@@ -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((
Expand Down
2 changes: 1 addition & 1 deletion test/issue-589/issue-589.test.ts
Original file line number Diff line number Diff line change
@@ -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((
Expand Down
2 changes: 1 addition & 1 deletion test/issue-591/issue-591.test.ts
Original file line number Diff line number Diff line change
@@ -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/[email protected]";

Expand Down
2 changes: 1 addition & 1 deletion test/issue-592/issue-592.test.ts
Original file line number Diff line number Diff line change
@@ -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/[email protected]";

Expand Down
2 changes: 1 addition & 1 deletion test/issue-593/issue-593.test.ts
Original file line number Diff line number Diff line change
@@ -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/[email protected]";

Expand Down
2 changes: 1 addition & 1 deletion test/issue-594/issue-594.test.ts
Original file line number Diff line number Diff line change
@@ -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/[email protected]/utils/v10";

Expand Down
2 changes: 1 addition & 1 deletion test/issue-596/issue-596.test.ts
Original file line number Diff line number Diff line change
@@ -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 () => {
Expand Down
2 changes: 1 addition & 1 deletion test/issue-601/issue-601.test.ts
Original file line number Diff line number Diff line change
@@ -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/[email protected]";

Expand Down
2 changes: 1 addition & 1 deletion test/issue-602/issue-602.test.ts
Original file line number Diff line number Diff line change
@@ -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,
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.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 {
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.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/[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.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/[email protected]";

Expand Down
2 changes: 1 addition & 1 deletion test/nested-conditions/nested-conditions.test.ts
Original file line number Diff line number Diff line change
@@ -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/[email protected]/es2022/vanilla/utils.js'

Expand Down
Loading

0 comments on commit ba501d7

Please sign in to comment.