mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-09 23:54:09 -06:00
Oops, syntax error.
This commit is contained in:
parent
fcc122f290
commit
d55b8394cf
@ -15,10 +15,10 @@ module.exports = function(config) {
|
||||
|
||||
// list of files / patterns to load in the browser
|
||||
files: [
|
||||
'regression/javascript/test-main.js'
|
||||
'regression/javascript/test-main.js',
|
||||
{pattern: 'regression/javascript/**/*.js', included: false},
|
||||
{pattern: 'pgadmin/static/vendor/**/*.js', included: false},
|
||||
{pattern: 'pgadmin/static/js/**/*.js', included: false},
|
||||
{pattern: 'pgadmin/static/js/**/*.js', included: false}
|
||||
],
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user