mirror of
https://github.com/nextcloud/server.git
synced 2026-03-08 18:28:16 +01:00
Merge pull request #7703 from rnveach/jstest
Fixing issues found with running 'autotest-js' locally
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -86,6 +86,11 @@ nbproject
|
||||
# Node Modules
|
||||
/build/node_modules/
|
||||
|
||||
# nodejs
|
||||
/build/lib/
|
||||
/npm-debug.log
|
||||
|
||||
|
||||
# Tests - auto-generated files
|
||||
/data-autotest
|
||||
/tests/coverage*
|
||||
|
||||
@@ -14,7 +14,9 @@
|
||||
"karma": "*",
|
||||
"karma-jasmine": "*",
|
||||
"karma-junit-reporter": "*",
|
||||
"karma-coverage": "*"
|
||||
"karma-coverage": "*",
|
||||
"karma-phantomjs-launcher": "*",
|
||||
"phantomjs": "*"
|
||||
},
|
||||
"engine": "node >= 0.8"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user