Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'js/tests/test-main.js')
-rw-r--r--js/tests/test-main.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/js/tests/test-main.js b/js/tests/test-main.js
index 582318075..d44f1fdf3 100644
--- a/js/tests/test-main.js
+++ b/js/tests/test-main.js
@@ -24,14 +24,6 @@ require.config({
OC: 'tests/mocks/OC',
text: 'vendor/text/text'
},
- shim: {
- handlebars: {
- exports: 'Handlebars'
- },
- jquery: {
- exports: '$'
- }
- },
// dynamically load all test files
deps: allTestFiles,
// we have to kickoff jasmine, as it is asynchronous