Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Change karma reporter and increase test timeout (Travis needs it)
  • Loading branch information
hdeshev committed Feb 25, 2016
commit 0f472fcb2e9a3ebfc53edcdffec183f8c3342f15
3 changes: 2 additions & 1 deletion tests/karma.conf.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module.exports = function(config) {
config.set({
//browserNoActivityTimeout: 40000,

// base path that will be used to resolve all patterns (eg. files, exclude)
basePath: '',
Expand Down Expand Up @@ -30,7 +31,7 @@ module.exports = function(config) {
// test results reporter to use
// possible values: 'dots', 'progress'
// available reporters: https://npmjs.org/browse/keyword/karma-reporter
reporters: ['progress'],
reporters: ['mocha'],


// web server port
Expand Down
1 change: 1 addition & 0 deletions tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"karma-mocha": "^0.2.1",
"karma-nativescript-launcher": "^0.3.1",
"mocha": "^2.4.5",
"karma-mocha-reporter": "^1.2.0",
"nativescript-dev-typescript": "^0.3.1",
"shelljs": "^0.5.3",
"typescript": "1.8.2"
Expand Down