Skip to content

Commit

Permalink
Enable all tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
mrijk committed Oct 28, 2017
1 parent d8a2d91 commit 3af3406
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"chai": "^4.1.2",
"coveralls": "^3.0.0",
"eslint": "^4.9.0",
"eslint": "^4.10.0",
"genfun": "^4.0.1",
"gh-pages": "^1.0.0",
"gitbook-cli": "^2.3.2",
Expand Down
2 changes: 1 addition & 1 deletion test/alt.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ describe('Test the alt function', () => {
});
});

it.only('explainData should reject extra input', () => {
it('explainData should reject extra input', () => {
expect(s.explainData('::bool-or-string', [true, true])).to.be.eql({
problems: [
{
Expand Down

0 comments on commit 3af3406

Please sign in to comment.