Skip to content

Commit 1c4a25d

Browse files
committed
fdescribe -> describe
1 parent f3b679f commit 1c4a25d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/calcdata_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ var Plotly = require('@lib/index');
33
var createGraphDiv = require('../assets/create_graph_div');
44
var destroyGraphDiv = require('../assets/destroy_graph_div');
55

6-
fdescribe('calculated data and points', function() {
6+
describe('calculated data and points', function() {
77
describe('connectGaps', function() {
88

99
var gd;

0 commit comments

Comments
 (0)