diff options
| author | Asher Gomez <ashersaupingomez@gmail.com> | 2024-07-25 15:30:28 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-25 15:30:28 +1000 |
| commit | 5f44148e83bb0056b7a361dd6a1bf28d11f3116d (patch) | |
| tree | e73ff318a69cabedf33a962be6fa6c73e6775f3e /tests/node_compat/runner/setup.ts | |
| parent | 84b7504d0fdccc07b9f7412408c954ae07765ccb (diff) | |
chore: update to `std@2024.07.19` (#24715)
Diffstat (limited to 'tests/node_compat/runner/setup.ts')
| -rwxr-xr-x | tests/node_compat/runner/setup.ts | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/node_compat/runner/setup.ts b/tests/node_compat/runner/setup.ts index 5ef0bc3db..95fee6a20 100755 --- a/tests/node_compat/runner/setup.ts +++ b/tests/node_compat/runner/setup.ts @@ -3,12 +3,12 @@ /** This copies the test files according to the config file `tests/node_compat/config.jsonc` */ -import { walk } from "@std/fs/walk.ts"; -import { SEPARATOR } from "@std/path/constants.ts"; -import { ensureFile } from "@std/fs/ensure_file.ts"; -import { writeAll } from "@std/io/write_all.ts"; -import { withoutAll } from "@std/collections/without_all.ts"; -import { relative } from "@std/path/posix/relative.ts"; +import { walk } from "@std/fs/walk"; +import { SEPARATOR } from "@std/path/constants"; +import { ensureFile } from "@std/fs/ensure-file"; +import { writeAll } from "@std/io/write-all"; +import { withoutAll } from "@std/collections/without-all"; +import { relative } from "@std/path/posix/relative"; import { config, ignoreList } from "../common.ts"; |
