Added basic JS tests for OLMapWidget.js
Thanks Trey Hunner for cleaning the initial patch and Tim Graham for the review.
Showing
... | ... | @@ -2,7 +2,7 @@ |
"name": "Django", | ||
"private": true, | ||
"scripts": { | ||
"pretest": "eslint django/ js_tests/admin/", | ||
"pretest": "eslint django/ js_tests/admin/ js_tests/gis/", | ||
"test": "grunt test --verbose" | ||
}, | ||
"devDependencies": { | ||
... | ... |
Please
register
or
sign in
to comment