Skip to content
Merged
Show file tree
Hide file tree
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
Next Next commit
add test xlsx, change test case title
  • Loading branch information
LesterLyu committed Jan 18, 2019
commit 8829f4375d8a62d1ff2912db1565c8a9131e04f4
Binary file added spec/integration/data/test-pr-728.xlsx
Binary file not shown.
2 changes: 1 addition & 1 deletion spec/integration/pr/test-pr-728.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var Excel = verquire('excel');
var expect = chai.expect;

describe('github issues', function() {
it('issue 73 and 226 - Read worksheet hidden state', function() {
it('pull request 728 - Read worksheet hidden state', function() {
var wb = new Excel.Workbook();
return wb.xlsx.readFile('./spec/integration/data/test-pr-728.xlsx')
.then(function() {
Expand Down