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:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2016-05-06 12:30:43 +0300
committerChristoph Wurst <ChristophWurst@users.noreply.github.com>2016-05-06 12:30:43 +0300
commit1ca763fef2a036df48be5eda5b86a514828406e0 (patch)
treeedfc41144144e12f725896c5ff33d3bd44cc98a0
parentafc689ee09bf9487ec7fbec25a18b6e1f61636fb (diff)
parentd21404c2bd8ce4d30c179cb5e572dcddf28df1fc (diff)
Merge pull request #1470 from tahaalibra/remove-unused-require-shims
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