Skip to content

Commit 743225d

Browse files
committed
Add config to property unit tests
1 parent c28f5e4 commit 743225d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/properties.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ suite("Property tests", () => {
3232
});
3333

3434
test("Type Test: "+ testData.name, () => {
35+
Helper.setConfig(testData.config);
3536
let func = new Function(testPositions[testData.key], editor);
3637
let doc:Doc = func.parse();
3738
assert.equal(doc.var, testData.var, test.name);

0 commit comments

Comments
 (0)