Skip to content

Commit

Permalink
Enable all tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
Maurits Rijk committed May 23, 2017
1 parent 3c81445 commit dc185f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tuple.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ describe('Test the tuple function', () => {
expect(idemPotent('::point', [1.5, 2.5, -0.5])).to.be.true;
});

it.only('should implement explain', () => {
it('should implement explain', () => {
expect(s.explainData('::point', [1.5, 2.5, -0.5])).to.be.null;

expect(s.explainData('::point', [1.5, 2.5])).to.eql({
Expand Down

0 comments on commit dc185f5

Please sign in to comment.