aboutsummaryrefslogtreecommitdiffstats
path: root/tests/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/package.json')
-rw-r--r--tests/package.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/package.json b/tests/package.json
new file mode 100644
index 0000000..9584860
--- /dev/null
+++ b/tests/package.json
@@ -0,0 +1,16 @@
+{
+ "scripts": {
+ "test": "./node_modules/karma/bin/karma start"
+ },
+ "dependencies": {
+ "chai": "^4.2.0",
+ "karma": "^4.1.0",
+ "karma-chai": "^0.1.0",
+ "mocha": "^6.1.4"
+ },
+ "devDependencies": {
+ "karma-chrome-launcher": "^2.2.0",
+ "karma-firefox-launcher": "^1.1.0",
+ "karma-mocha": "^1.3.0"
+ }
+}