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:
authortahaa karim <tahaalibra@gmail.com>2016-05-02 10:15:34 +0300
committertahaa karim <tahaalibra@gmail.com>2016-05-02 10:15:34 +0300
commitd21404c2bd8ce4d30c179cb5e572dcddf28df1fc (patch)
tree5c506c3f4b54363472b19ab5d1700fe23b2b5e91
parent348833aa1e0309cbd58dc576e5b2e556de338a36 (diff)
remove unused require shims from tests
-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