mirror of
https://github.com/django/django.git
synced 2024-11-18 15:34:16 +00:00
2d0dead224
Setup QUnit, added tests, and measured test coverage. Thanks to Nick Sanford for the initial tests.
15 lines
270 B
JSON
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"
|
|
}
|
|
}
|