Skip to content

Commit 9f0eb07

Browse files
committed
Fix unit-test
1 parent a5470a6 commit 9f0eb07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/webdoc-externalize/test/read-write.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ const parser = require("@webdoc/parser");
55
const expect = require("chai").expect;
66

77
describe("@webdoc/externalize (read-write test)", function() {
8-
it("should deserialize a serialized documented interface properly", function() {
9-
const inputTree = parser.parse(`
8+
it("should deserialize a serialized documented interface properly", async function() {
9+
const inputTree = await parser.parse(`
1010
/** Symbol 0 */
1111
class Symbol0 {
1212
/** Symbol 1 */

0 commit comments

Comments
 (0)