Skip to content

Commit

Permalink
dojo: Ignore dojo known errors. (tastejs#1929)
Browse files Browse the repository at this point in the history
  • Loading branch information
gj262 authored and FadySamirSadek committed Aug 9, 2018
1 parent 3ba2114 commit 1d25647
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tests/knownIssues.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d25647

Please sign in to comment.