Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
todomvc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Eugene Shen
todomvc
Commits
7640a6d4
Commit
7640a6d4
authored
Sep 14, 2015
by
Sam Saccone
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1439 from tastejs/sjs/lint-tests
🚀
run jscs over tests
parents
aeb5e7e2
5bb136d9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
tests/knownIssues.js
tests/knownIssues.js
+4
-0
tooling/run.sh
tooling/run.sh
+1
-1
No files found.
tests/knownIssues.js
View file @
7640a6d4
...
...
@@ -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
'
,
...
...
@@ -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
'
,
...
...
tooling/run.sh
View file @
7640a6d4
...
...
@@ -13,4 +13,4 @@ esac
done
npm i
&&
\
eval
"npm run lint -- -c ../.jscsrc
$PATHS
"
eval
"npm run lint -- -c ../.jscsrc
$PATHS
../tests/
"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment