Added some JS testing infrastructure
Showing
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
{ | ||
"devDependencies": {"karma": "~0.8"}, | ||
"scripts": {"test": "./node_modules/.bin/karma start"} | ||
"devDependencies": { | ||
"karma": "~0.11", | ||
"karma-jasmine": "0.1.3", | ||
"karma-firefox-launcher": "~0.1.3" | ||
}, | ||
"scripts": { | ||
"test": "./node_modules/karma/bin/karma start" | ||
} | ||
} |
Please
register
or
sign in
to comment