1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-09-01 23:04:59 +00:00

Fixes and tests

This commit is contained in:
Dennis Schwerdel
2017-01-24 09:00:22 +01:00
parent 6db0fe2b04
commit 7adf1678f6
5 changed files with 192 additions and 2 deletions

7
test/.jshintrc Normal file
View File

@@ -0,0 +1,7 @@
{
"node": true,
"browser": true,
"unused": true,
"globalstrict": true,
"predef": [ "angular", "$", "describe", "it", "before", "after" ]
}