Skip to content

Commit

Permalink
🚀 run jscs over tests
Browse files Browse the repository at this point in the history
  • Loading branch information
samccone committed Sep 14, 2015
1 parent aeb5e7e commit 5bb136d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions tests/knownIssues.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ module.exports = [
// chapling brunch does not mark items as completed via the completed CSS class
'TodoMVC - chaplin-brunch, No Todos, should hide #main and #footer',
'TodoMVC - chaplin-brunch, Mark all as completed, should allow me to mark all items as completed',
// jscs:disable
'TodoMVC - chaplin-brunch, Mark all as completed, complete all checkbox should update state when items are completed / cleared',
// jscs:enable
'TodoMVC - chaplin-brunch, Item, should allow me to mark items as complete',
'TodoMVC - chaplin-brunch, Item, should allow me to un-mark items as complete',
'TodoMVC - chaplin-brunch, Item, should allow me to edit an item',
Expand Down Expand Up @@ -33,8 +35,10 @@ module.exports = [
// this implementation has numerous edit experience issues
'TodoMVC - angularjs_require, Mark all as completed, should allow me to mark all items as completed',
'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',
Expand Down
2 changes: 1 addition & 1 deletion tooling/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ esac
done

npm i && \
eval "npm run lint -- -c ../.jscsrc $PATHS"
eval "npm run lint -- -c ../.jscsrc $PATHS ../tests/"

0 comments on commit 5bb136d

Please sign in to comment.