Skip to content

Commit

Permalink
Work for surveyjs/survey-creator#5124 - added u-test
Browse files Browse the repository at this point in the history
  • Loading branch information
tsv2013 committed Feb 1, 2024
1 parent 408c9c7 commit 7b8705a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/surveytests.ts
Expand Up @@ -19209,6 +19209,6 @@ QUnit.test("onOpenFileChooser fires", function (assert) {
o.callback([]);
});
assert.equal(log, "");
survey.chooseFiles(document.createElement("input"), ([]) => { });
survey.chooseFiles(document.createElement("input"), () => { });
assert.equal(log, "->onOpenFileChooser");
});

0 comments on commit 7b8705a

Please sign in to comment.