Skip to content

Commit

Permalink
Removed file not found test... because it doesn't work on linux?
Browse files Browse the repository at this point in the history
  • Loading branch information
KeeTraxx committed Dec 8, 2015
1 parent 9d9f74d commit d498a61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kexcel",
"version": "3.0.6",
"version": "3.0.7",
"description": "Create or open and then edit existing XLSX files",
"keywords": [
"xlsx",
Expand Down
4 changes: 2 additions & 2 deletions test/advanced.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,15 +94,15 @@ describe('Copy cell style', function () {
});

});

/* doesn't work?
describe('Open a non-existing file', function () {
it('should throw an error', function (done) {
kexcel.open('fileNotFound.xlsx').catch(function (err) {
done();
});
});
});
});*/

describe('Open a corrupted file', function () {
it('should throw an error', function (done) {
Expand Down

0 comments on commit d498a61

Please sign in to comment.