Swap entries in karma.conf so test-main.js is matched first, per suggestion from Atira to fix the failing Jasmine tests.
parent
3880bc7eb8
commit
fcc122f290
|
@ -15,10 +15,10 @@ module.exports = function(config) {
|
|||
|
||||
// list of files / patterns to load in the browser
|
||||
files: [
|
||||
'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},
|
||||
'regression/javascript/test-main.js'
|
||||
],
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue