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:
Miroslav Bajtoš 2014-10-13 09:34:44 +02:00
parent b1e0edb22b
commit 01d17e636a
1 changed files with 2 additions and 0 deletions

View File

@ -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'
],