/
githubmirror
/
deno
Обзор
Документация
Войти
/
githubmirror
/
deno
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/testdata/coverage/no_internal_node_code_test.ts
8 строк
170 B
Matt Mastracci
chore: move cli/tests/ -> tests/ (#22369)
10 фев 2024, 23:22
Не верифицирован
10 фев 2024, 23:22
f5e46c9
Код
Авторство
О чём код?
import * as path from "node:path"; Deno.test(function test() { const res = path.join("foo", "bar"); if (!res.includes("foo")) { throw new Error("fail"); } });