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, 0 insertions, 16 deletions
diff --git a/tests/package.json b/tests/package.json
deleted file mode 100644
index 9584860..0000000
--- a/tests/package.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "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"
- }
-}