1
0
mirror of https://github.com/django/django.git synced 2024-11-18 07:26:04 +00:00
django/package.json
Trey Hunner 2d0dead224 DEP 0003 -- Added JavaScript unit tests.
Setup QUnit, added tests, and measured test coverage.

Thanks to Nick Sanford for the initial tests.
2015-06-30 21:04:16 -04:00

15 lines
270 B
JSON

{
"name": "Django",
"private": true,
"scripts": {
"pretest": "eslint django/",
"test": "grunt test --verbose"
},
"devDependencies": {
"eslint": "^0.22.1",
"grunt": "^0.4.5",
"grunt-blanket-qunit": "^0.2.0",
"grunt-cli": "^0.1.13"
}
}