Skip to content

Commit b3ef15b

Browse files
committed
Add more debug code
1 parent 1d9d23f commit b3ef15b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/scatter3d_test.js

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

164-
it('@gl should be able to delete the last trace', function(done) {
164+
fit('@gl should be able to delete the last trace', function(done) {
165165
var _mock = Lib.extendDeep({}, mock2);
166166

167167
Plotly.newPlot(gd, _mock)

0 commit comments

Comments
 (0)