mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -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
|
// list of files / patterns to load in the browser
|
||||||
files: [
|
files: [
|
||||||
'regression/javascript/test-main.js'
|
'regression/javascript/test-main.js',
|
||||||
{pattern: 'regression/javascript/**/*.js', included: false},
|
{pattern: 'regression/javascript/**/*.js', included: false},
|
||||||
{pattern: 'pgadmin/static/vendor/**/*.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