summaryrefslogtreecommitdiffstats
path: root/autotest-js.sh
blob: 7205cf4c42d340ab331702a5cf91430e025b23ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/env bash
#
# ownCloud
#
# Run JS tests
#
# @author Vincent Petry
# @copyright 2014 Vincent Petry <pvince81@owncloud.com>
#

set -euo pipefail

npm run test:jsunit
">* Previews are stored in the AppData * Previews are served faster by not first converting them to image objects * Core preview route changed: * Route for the urlgenerator changed from 'core_ajax_preview' to 'core.Preview.getPreview' * $urlGenerator->linkToRoute('core_ajax_preview', ...) => $urlGenerator->linkToRoute('core.Preview.getPreview', ...) * Avatars are cached * Avatars are moved to AppData * For existing avatars this happens automatically in a background job which means that on upgrade you might not see your avatar right away. However after the job has run it should show up again automatically.