mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
refactor(tests): migrate npm itests to specs (#25764)
Towards https://github.com/denoland/deno/issues/25241
This commit is contained in:
parent
3e053f8f06
commit
94bdebe399
25 changed files with 196 additions and 39 deletions
|
@ -0,0 +1,3 @@
|
|||
import * as d from "define-properties";
|
||||
|
||||
console.log(typeof d.default === "function", "it works");
|
Loading…
Add table
Add a link
Reference in a new issue