Skip to content
Snippets Groups Projects
Commit 1d25647f authored by Gavin Jefferies's avatar Gavin Jefferies Committed by Fady Samir Sadek
Browse files

dojo: Ignore dojo known errors. (#1929)

Re: #1928
parent 3ba2114e
No related branches found
No related tags found
No related merge requests found
......@@ -9,12 +9,13 @@ module.exports = [
// 'TodoMVC - angularjs_require, Mark all as completed, should allow me to clear the completion state of all items',
// jscs:disable
// 'TodoMVC - angularjs_require, Mark all as completed, complete all checkbox should update state when items are completed / cleared',
// jscs:enable
// https://github.com/tastejs/todomvc/issues/815
// does not hide other controls while editing
// 'TodoMVC - dojo, Editing, should hide other controls when editing',
// https://github.com/tastejs/todomvc/issues/1928
// does not reliably save edits
'dojo, should allow me to edit an item',
'dojo, should save edits on blur',
'dojo, should trim entered text',
'dojo, should remove the item if an empty text string was entered',
// https://github.com/tastejs/todomvc/issues/816
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment