aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/package.json
diff options
context:
space:
mode:
authorKasper Timm Hansen <kaspth@gmail.com>2017-07-30 16:19:43 +0200
committerGitHub <noreply@github.com>2017-07-30 16:19:43 +0200
commit090eaa7e1b42143ffdb42409aa5d429cbeb3e55d (patch)
tree32032062169eb73fe7086b0f52993b8a85a3013e /actionview/package.json
parentf757c1f413e131f4fb68e967be8fa5e2d47084ff (diff)
parent05bbfc5eabe426fe6098c9e393a7254813831185 (diff)
downloadrails-090eaa7e1b42143ffdb42409aa5d429cbeb3e55d.tar.gz
rails-090eaa7e1b42143ffdb42409aa5d429cbeb3e55d.tar.bz2
rails-090eaa7e1b42143ffdb42409aa5d429cbeb3e55d.zip
Merge pull request #30001 from y-yagi/fix_test_directory
Fix test directory to correct path
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",