mirror of
https://github.com/denoland/deno.git
synced 2025-10-02 07:01:16 +00:00
chore: move test files to testdata directory (#11601)
This commit is contained in:
parent
a0285e2eb8
commit
15a763152f
1089 changed files with 1150 additions and 1160 deletions
5
cli/tests/testdata/bundle/https_deno.land-x-lib-mod.js
vendored
Normal file
5
cli/tests/testdata/bundle/https_deno.land-x-lib-mod.js
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
export * as a from "./a.ts";
|
||||
export * as b from "./b.js";
|
||||
export * as c from "./c.js";
|
||||
|
||||
export const mod = [];
|
Loading…
Add table
Add a link
Reference in a new issue