test: run more tests in the browser
Add two more test files to `test/karma.conf.js`: - test/loopback.test.js - test/model.application.test.js
This commit is contained in:
parent
b1e0edb22b
commit
01d17e636a
|
@ -16,7 +16,9 @@ module.exports = function(config) {
|
|||
files: [
|
||||
'node_modules/es5-shim/es5-shim.js',
|
||||
'test/support.js',
|
||||
'test/loopback.test.js',
|
||||
'test/model.test.js',
|
||||
'test/model.application.test.js',
|
||||
'test/geo-point.test.js',
|
||||
'test/app.test.js'
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue