Skip to content

Commit 3a8cf51

Browse files
committed
try noCover:true
1 parent e791dae commit 3a8cf51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/jasmine/tests/select_test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ function drag(path, _opts) {
2121
for(var k in _opts) opts[k] = _opts[k];
2222
opts.path = path;
2323
opts.clearThrottle = Lib.clearThrottle;
24+
opts.noCover = true;
2425
return _drag(opts);
2526
}
2627

0 commit comments

Comments
 (0)