Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Commit 7ce5120

Browse files
authored
Merge pull request #131 from andresmgot/disableTodoTest
Disable TODO App example test
2 parents c0294f5 + 827e42d commit 7ce5120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/examples-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ describe('Examples', () => {
496496
);
497497
});
498498
});
499-
describe('todo-app', function () {
499+
xdescribe('todo-app', function () {
500500
this.timeout(10000);
501501
let info = '';
502502
let id = null;

0 commit comments

Comments
 (0)