Skip to content

Commit c3df4b6

Browse files
committed
missing import #8
1 parent f2e8e7a commit c3df4b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/specs/block.web-spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* generate from test/specs/block.web-spec.ts */
22
import {expect as f} from '../../node_modules/@esm-bundle/chai/esm/chai.js';
3-
import {transform, render} from '../../dist/web/index.js';
3+
import {transform, render, parse} from '../../dist/web/index.js';
44

55
describe('parse block', function () {
66

0 commit comments

Comments
 (0)