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 7402d0c commit 36e004bCopy full SHA for 36e004b
1 file changed
test/setupSpec.js
@@ -69,7 +69,7 @@ describe('setup', function() {
69
var event = document.createEvent('MouseEvents');
70
event.initEvent('change', true, true);
71
input.dispatchEvent(event);
72
- expect(addFiles).toHaveBeenCalled();
+ expect(addFiles).not.toHaveBeenCalled();
73
});
74
75
it('assign to div', function() {
@@ -83,7 +83,7 @@ describe('setup', function() {
83
84
85
86
87
88
89
it('single file', function() {
@@ -120,4 +120,4 @@ describe('setup', function() {
120
121
122
123
-});
+});
0 commit comments