Skip to content

Commit

Permalink
Merge pull request #40 from martinRenou/remove_useless_test
Browse files Browse the repository at this point in the history
Remove useless test
  • Loading branch information
SylvainCorlay committed Feb 19, 2019
2 parents 9da99a3 + 323fdc7 commit 223919b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions js/src/test/test_sheet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,4 @@ describe('sheet', function() {
expect(data[0][2].options.style.backgrouncColor, 'effective backgrouncColor should be blue').to.equal('orange');
expect(range.get('style').color, 'but the original should not be changed').to.equal('red');
})
it('should fail', function() {
expect(false).to.be.false;
});
})

0 comments on commit 223919b

Please sign in to comment.