mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-26 15:57:50 +01:00
add missing comma
This commit is contained in:
@@ -10,7 +10,7 @@ module.exports = function(config) {
|
||||
{ pattern: 'client/src/view_templates/*.js', type: 'module', included: true, served: true }
|
||||
],
|
||||
reporters: ['progress'],
|
||||
port: 9876
|
||||
port: 9876,
|
||||
colors: true,
|
||||
logLevel: config.LOG_INFO,
|
||||
browsers: ['ChromeHeadless'],
|
||||
|
||||
Reference in New Issue
Block a user