Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# JavaScript Tests [![Build Status](https://travis-ci.org/ahmednuaman/javascript-tests.svg?branch=master)](https://travis-ci.org/ahmednuaman/javascript-tests)
# JavaScript Tests [![Build Status](https://travis-ci.org/bardenHa/javascript-tests.svg?branch=master)](https://travis-ci.org/bardenHa/javascript-tests)

A suite of JavaScript tests (hopefully) useful for interviews

Expand Down
4 changes: 2 additions & 2 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Generated on Wed Jun 18 2014 09:33:44 GMT+0100 (BST)

module.exports = function(config) {
var browsers = ['PhantomJS', 'Firefox'];
var browsers = ['Chrome'];

if (!process.TRAVIS) {
browsers.push('Chrome');
Expand Down Expand Up @@ -68,6 +68,6 @@ module.exports = function(config) {

// Continuous Integration mode
// if true, Karma captures browsers, runs the tests and exits
singleRun: true
singleRun: false
});
};
Loading