diff options
author | Morris Jobke <hey@morrisjobke.de> | 2018-01-03 00:12:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-03 00:12:54 +0100 |
commit | 9d43724d455d5c538b000529f223b101fb1b7c9c (patch) | |
tree | 00c5d2d10b0ef9af3c6ff7c268d29d274dd558a4 /tests | |
parent | 7fdd9097bb8cfa4a5d3afe161e1ee2a71da3a8eb (diff) | |
parent | de4028336aca79ab243fc0d1ad3a904d4cc72299 (diff) | |
download | nextcloud-server-9d43724d455d5c538b000529f223b101fb1b7c9c.tar.gz nextcloud-server-9d43724d455d5c538b000529f223b101fb1b7c9c.zip |
Merge pull request #7526 from nextcloud/make-possible-for-apps-to-disable-the-navigation-bar-slide-gesture
Make possible for apps to disable the navigation bar slide gesture
Diffstat (limited to 'tests')
-rw-r--r-- | tests/karma.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/karma.config.js b/tests/karma.config.js index fb613857e91..0254d6a3335 100644 --- a/tests/karma.config.js +++ b/tests/karma.config.js @@ -237,7 +237,7 @@ module.exports = function(config) { basePath: '..', // frameworks to use - frameworks: ['jasmine', 'jasmine-sinon'], + frameworks: ['jasmine', 'jasmine-sinon', 'viewport'], // list of files / patterns to load in the browser files: files, |