Skip to content

Commit

Permalink
Merge pull request #131 from andresmgot/disableTodoTest
Browse files Browse the repository at this point in the history
Disable TODO App example test
  • Loading branch information
andresmgot authored Jun 27, 2018
2 parents c0294f5 + 827e42d commit 7ce5120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/examples-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ describe('Examples', () => {
);
});
});
describe('todo-app', function () {
xdescribe('todo-app', function () {
this.timeout(10000);
let info = '';
let id = null;
Expand Down

0 comments on commit 7ce5120

Please sign in to comment.