mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
fix: Remove some debug logs in next-auth.test.ts
This commit is contained in:
14
test/js/third_party/next-auth/next-auth.test.ts
vendored
14
test/js/third_party/next-auth/next-auth.test.ts
vendored
@@ -31,20 +31,6 @@ describe("next-auth", () => {
|
||||
AUTH_SECRET: "I7Jiq12TSMlPlAzyVAT+HxYX7OQb/TTqIbfTTpr1rg8=",
|
||||
});
|
||||
|
||||
try {
|
||||
const stat = require("node:fs").statSync("/tmp/mysql.sock");
|
||||
console.log(stat);
|
||||
} catch (e) {
|
||||
console.log("couldnt stat mysql.sock", e);
|
||||
}
|
||||
|
||||
try {
|
||||
const file = await Bun.file("/tmp/mysql.sock").arrayBuffer();
|
||||
console.log(file);
|
||||
} catch (e) {
|
||||
console.log("couldnt read mysql.sock", e);
|
||||
}
|
||||
|
||||
console.log(result.stdout);
|
||||
console.log(result.stderr);
|
||||
expect(result.stderr).toBe("");
|
||||
|
||||
Reference in New Issue
Block a user