Remove test/support.js from karma config
The file no longer exists.
This commit is contained in:
parent
93ab8644c4
commit
78f8b9124a
|
@ -21,7 +21,6 @@ module.exports = function(config) {
|
|||
// list of files / patterns to load in the browser
|
||||
files: [
|
||||
'node_modules/es5-shim/es5-shim.js',
|
||||
'test/support.js',
|
||||
'test/loopback.test.js',
|
||||
'test/model.test.js',
|
||||
// [rfeng] Browserified common/models/application.js
|
||||
|
|
Loading…
Reference in New Issue