mirror of
https://github.com/nextcloud/nextcloud.com.git
synced 2026-01-12 15:44:37 +00:00
10 lines
215 B
JavaScript
10 lines
215 B
JavaScript
/* global jasmine, Waypoint */
|
|
|
|
'use strict'
|
|
|
|
jasmine.getFixtures().fixturesPath = 'test/fixtures'
|
|
jasmine.getEnv().defaultTimeoutInterval = 1000
|
|
Waypoint.requestAnimationFrame = function(callback) {
|
|
callback()
|
|
}
|