1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Added basic JS tests for OLMapWidget.js

Thanks Trey Hunner for cleaning the initial patch and Tim Graham for
the review.
This commit is contained in:
Claude Paroz
2015-10-03 12:04:32 +02:00
parent 914167abf1
commit 1e8d48252b
3 changed files with 56 additions and 1 deletions

View File

@@ -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": {