mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 04:27:21 +00:00
fix nextjs node adapter import
This commit is contained in:
@@ -139,8 +139,7 @@ describe("json form", () => {
|
||||
required: ["description"]
|
||||
};
|
||||
|
||||
const lib = new Draft2019(schema);
|
||||
|
||||
lib.eachSchema(console.log);
|
||||
//const lib = new Draft2019(schema);
|
||||
//lib.eachSchema(console.log);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user