refactor(tests): migrate npm itests to specs (#25764)

Towards https://github.com/denoland/deno/issues/25241
This commit is contained in:
Satya Rohith 2024-09-21 02:08:32 +05:30 committed by GitHub
parent 3e053f8f06
commit 94bdebe399
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
25 changed files with 196 additions and 39 deletions

View file

@ -0,0 +1,3 @@
import * as d from "define-properties";
console.log(typeof d.default === "function", "it works");