Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0736743

Browse files
committed
Remove fdescribe block
1 parent 08d2e06 commit 0736743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/hover_label_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ var createGraphDiv = require('../assets/create_graph_div');
88
var destroyGraphDiv = require('../assets/destroy_graph_div');
99
var mouseEvent = require('../assets/mouse_event');
1010

11-
fdescribe('hover info', function() {
11+
describe('hover info', function() {
1212
'use strict';
1313

1414
var mock = require('@mocks/14.json'),

0 commit comments

Comments
 (0)