Skip to content

Commit 1d9d23f

Browse files
committed
Add more debug code
1 parent 87c134a commit 1d9d23f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/jasmine/tests/scatter3d_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ describe('Test scatter3d interactions:', function() {
177177
.then(done, done.fail);
178178
});
179179

180-
it('@gl should be able to toggle visibility', function(done) {
180+
fit('@gl should be able to toggle visibility', function(done) {
181181
var _mock = Lib.extendDeep({}, mock2);
182182
_mock.data[0].x = [0, 1, 3];
183183
_mock.data[0].y = [0, 1, 2];

0 commit comments

Comments
 (0)