mirror of
https://github.com/denoland/deno.git
synced 2025-09-28 05:04:48 +00:00
Use dprint for internal formatting (#6682)
This commit is contained in:
parent
9eca71caa1
commit
cde4dbb351
378 changed files with 3116 additions and 3121 deletions
|
@ -34,7 +34,7 @@ Deno.test("requireBuiltin", function () {
|
|||
const { readFileSync, isNull, extname } = require("./tests/cjs/cjs_builtin");
|
||||
assertEquals(
|
||||
readFileSync("./node/_fs/testdata/hello.txt", { encoding: "utf8" }),
|
||||
"hello world"
|
||||
"hello world",
|
||||
);
|
||||
assert(isNull(null));
|
||||
assertEquals(extname("index.html"), ".html");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue