Skip to content

Commit d4257ec

Browse files
committed
fix missing commands-tests import
1 parent 4f5f2f4 commit d4257ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension-test/unit/paredit/commands-test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import * as expect from 'expect';
22
import * as model from '../../../cursor-doc/model';
33
import * as handlers from '../../../paredit/commands';
4-
import { docFromTextNotation } from '../common/text-notation';
4+
import { docFromTextNotation, textNotationFromDoc } from '../common/text-notation';
55
import _ = require('lodash');
66

77
model.initScanner(20000);

0 commit comments

Comments
 (0)