Skip to content

Commit 49b904a

Browse files
authored
Remove debug fit statement
1 parent d98a8c8 commit 49b904a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/jasmine/tests/parcats_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ describe('Basic parcats trace', function() {
307307
.then(done, done.fail);
308308
});
309309

310-
fit('should sort NaN color values after orderable values', function(done) {
310+
it('should sort NaN color values after orderable values', function(done) {
311311
var trace = {
312312
type: 'parcats',
313313
dimensions: [

0 commit comments

Comments
 (0)