summary refs log tree commit diff
path: root/cdn/package.json
diff options
context:
space:
mode:
authorxnacly <matteogropp@protonmail.com>2021-08-29 18:34:20 +0200
committerxnacly <matteogropp@protonmail.com>2021-08-29 18:34:20 +0200
commit088a97092b575563c8286ee194bdd3cd72219014 (patch)
tree101123a738f8bac3f8e79f1d009b73d1e03fe3a8 /cdn/package.json
parentadded /external unit tests [cdn] (diff)
downloadserver-088a97092b575563c8286ee194bdd3cd72219014.tar.xz
added unittests for filestorage [cdn]
Diffstat (limited to 'cdn/package.json')
-rw-r--r--cdn/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/cdn/package.json b/cdn/package.json
index 7e69b65d..1eb6b1a8 100644
--- a/cdn/package.json
+++ b/cdn/package.json
@@ -61,6 +61,7 @@
 	"jest": {
 		"setupFilesAfterEnv": [
 			"<rootDir>/jest/setup.js"
-		]
+		],
+		"verbose": true
 	}
 }