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

Skip to content

Commit 14a0c22

Browse files
committed
Revert "add dummy fdescribe and fit to test files for testing"
This reverts commit 17f0f29.
1 parent 17f0f29 commit 14a0c22

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/jasmine/tests/axes_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ var Plotly = require('@src/plotly');
33
describe('Test axes', function () {
44
'use strict';
55

6-
fdescribe('swap', function() {
6+
describe('swap', function() {
77
it('should swap most attributes and fix placeholder titles', function() {
88
var gd = {
99
data: [{x: [1,2,3], y: [1,2,3]}],

test/jasmine/tests/heatmap_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ describe('Test heatmap', function () {
2121
traceOut = {};
2222
});
2323

24-
fit('should set visible to false when z is empty', function() {
24+
it('should set visible to false when z is empty', function() {
2525
traceIn = {
2626
z: []
2727
};

test/jasmine/tests/plot_api_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ describe('Test graph_obj', function () {
3535
expect(gd.calcdata).toBeDefined();
3636
});
3737

38-
fit('calls Bar.arraysToCalcdata and Plots.style on bar styling', function() {
38+
it('calls Bar.arraysToCalcdata and Plots.style on bar styling', function() {
3939
var gd = {
4040
data: [{x: [1,2,3], y: [1,2,3], type: 'bar'}],
4141
layout: {}

0 commit comments

Comments
 (0)