MCPcopy Create free account
hub / github.com/denoland/std / join_test.ts

File join_test.ts

path/join_test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// Copyright 2018-2026 the Deno authors. MIT license.
2import { assertEquals } from "@std/assert";
3import * as posix from "./posix/mod.ts";
4import * as windows from "./windows/mod.ts";

Callers

nothing calls this directly

Calls 3

assertEqualsFunction · 0.90
joinFunction · 0.90
forEachMethod · 0.80

Tested by

no test coverage detected