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

Skip to content

Commit 8e511fc

Browse files
committed
remove fdescribe test
1 parent 6bdfdbb commit 8e511fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/hover_pie_test.js

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

8-
fdescribe('pie hovering', function () {
8+
describe('pie hovering', function () {
99
var mock = require('@mocks/pie_simple.json');
1010

1111
describe('event data', function () {

0 commit comments

Comments
 (0)