We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5470a6 commit 9f0eb07Copy full SHA for 9f0eb07
packages/webdoc-externalize/test/read-write.js
@@ -5,8 +5,8 @@ const parser = require("@webdoc/parser");
5
const expect = require("chai").expect;
6
7
describe("@webdoc/externalize (read-write test)", function() {
8
- it("should deserialize a serialized documented interface properly", function() {
9
- const inputTree = parser.parse(`
+ it("should deserialize a serialized documented interface properly", async function() {
+ const inputTree = await parser.parse(`
10
/** Symbol 0 */
11
class Symbol0 {
12
/** Symbol 1 */
0 commit comments