deno.land / std@0.177.1 / archive / _test_common.ts

_test_common.ts
نووسراو ببینە
1
2
3
4
5
6
7
// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.import { dirname, fromFileUrl, resolve } from "../path/mod.ts";
const moduleDir = dirname(fromFileUrl(import.meta.url));export const testdataDir = resolve(moduleDir, "testdata");export const filePath = resolve(testdataDir, "example.txt");
std

Version Info

Tagged at
11 months ago