Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Oops, forgot to remove only tag from unit test
  • Loading branch information
brucejo75 committed Sep 5, 2017
commit 8cfbe8f6fff14356ab83ab0e2a65df360689f303
2 changes: 1 addition & 1 deletion spec/unit/doc/worksheet.pagebreak.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ var expect = require('chai').expect;

var Excel = require('../../../excel');

describe.only('Worksheet', function() {
describe('Worksheet', function() {
describe('Page Breaks', function() {
it('adds multiple row breaks', function() {
var wb = new Excel.Workbook();
Expand Down