diff --git a/test/basic.js b/test/basic.js index ff302670..3c88242f 100644 --- a/test/basic.js +++ b/test/basic.js @@ -2,7 +2,6 @@ module('Basic'); - // TODO: Tighten up springs and use "immediate" where possible, so tests run faster // TODO: Test drag var viewer = null; @@ -13,7 +12,8 @@ viewer = OpenSeadragon({ id: 'example', prefixUrl: '/build/openseadragon/images/', - tileSources: '/test/data/testpattern.dzi', + tileSources: '/test/data/testpattern.dzi', + springStiffness: 100, // Faster animation = faster tests showNavigator: true });