mirror of
https://github.com/heyarne/airsonic-ui.git
synced 2026-05-07 02:33:39 +02:00
Remove current song
This commit is contained in:
parent
0eec1df70f
commit
065b3a6647
7 changed files with 72 additions and 7 deletions
|
|
@ -1,7 +1,12 @@
|
|||
module.exports = function (config) {
|
||||
const configuration = {
|
||||
browsers: ['ChromeHeadless'],
|
||||
autoWatchBatchDelay: 1000,
|
||||
// The tests are sometimes run before the tests were completely written
|
||||
// to disc; this is a known problem unfortunately. This is a hack to at
|
||||
// least keep the browsers connected so the tests are compiled and run
|
||||
// again even if a developer isn't aware of this
|
||||
autoWatchBatchDelay: 100,
|
||||
browserNoActivityTimeout: 60 * 1000 * 10,
|
||||
// The directory where the output file lives
|
||||
basePath: 'public/test',
|
||||
// The file itself
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue