aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/package.json
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2017-07-30 16:28:10 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2017-07-30 16:28:10 +0900
commit05bbfc5eabe426fe6098c9e393a7254813831185 (patch)
tree6457e2c62c6cf9359e67f7e892f5999f80980a11 /actionview/package.json
parentb5db73076914e7103466bd76bec785cbcfe88875 (diff)
downloadrails-05bbfc5eabe426fe6098c9e393a7254813831185.tar.gz
rails-05bbfc5eabe426fe6098c9e393a7254813831185.tar.bz2
rails-05bbfc5eabe426fe6098c9e393a7254813831185.zip
Fix test directory to correct path
Together, fix to the following lint violation. ``` rails/actionview/test/ujs/public/test/data-confirm.js 303:11 error Strings must use singlequote quotes rails/actionview/test/ujs/public/test/data-remote.js 414:32 error Extra semicolon semi ✖ 2 problems (2 errors, 0 warnings) ```
Diffstat (limited to 'actionview/package.json')
-rw-r--r--actionview/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/package.json b/actionview/package.json
index 85f4ddacbe..4cbf0207e5 100644
--- a/actionview/package.json
+++ b/actionview/package.json
@@ -12,7 +12,7 @@
"scripts": {
"build": "bundle exec blade build",
"test": "echo \"See the README: https://github.com/rails/rails/blob/master/actionview/app/assets/javascripts#how-to-run-tests\" && exit 1",
- "lint": "coffeelint app/assets/javascripts && eslint test/public/test"
+ "lint": "coffeelint app/assets/javascripts && eslint test/ujs/public/test"
},
"repository": {
"type": "git",