aboutsummaryrefslogtreecommitdiffstats
path: root/tests/package.json
diff options
context:
space:
mode:
authorJustin Choquette <jchoquette@iol.unh.edu>2023-06-08 12:46:53 -0400
committerJustin Choquette <jchoquette@iol.unh.edu>2023-07-21 13:17:51 -0400
commita09db9f287a02873c0226759f8ea444bb304cd59 (patch)
tree59e744e4b998973a808abbae2d21fbdd6201d829 /tests/package.json
parent8ddc7e820e120f1dde4e901d3cb6f1dd3f281e65 (diff)
LaaS 3.0 Almost MVP
Change-Id: Ided9a43cf3088bb58a233dc459711c03f43e11b8 Signed-off-by: Justin Choquette <jchoquette@iol.unh.edu>
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"
- }
-}