deno.land / std@0.177.1 / node / url_test.ts

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.import { assertEquals } from "../testing/asserts.ts";import * as url from "./url.ts";
Deno.test({ name: "[url] URL", fn() { assertEquals(url.URL, URL); },});
std

Version Info

Tagged at
11 months ago