Skip to content

Commit 6f0330b

Browse files
committed
add the missing gl tag on one test and bump gl-plot3d 2.2.0
1 parent e938c40 commit 6f0330b

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

package-lock.json

+3-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"gl-mat4": "^1.2.0",
8181
"gl-mesh3d": "^2.0.8",
8282
"gl-plot2d": "^1.4.2",
83-
"gl-plot3d": "git://github.com/gl-vis/gl-plot3d.git#597e656e97a0793d40ff198a94c7621ef56bdcd1",
83+
"gl-plot3d": "^2.2.0",
8484
"gl-pointcloud2d": "^1.0.2",
8585
"gl-scatter3d": "^1.2.0",
8686
"gl-select-box": "^1.0.3",

test/jasmine/tests/isosurface_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ describe('Test isosurface', function() {
269269
destroyGraphDiv();
270270
});
271271

272-
it('should clear *cauto* when restyle *cmin* and/or *cmax*', function(done) {
272+
it('@gl should clear *cauto* when restyle *cmin* and/or *cmax*', function(done) {
273273

274274
function _assert(user, full) {
275275
var trace = gd.data[0];

0 commit comments

Comments
 (0)