Skip to content
This repository has been archived by the owner on Jul 8, 2020. It is now read-only.

upgrade to karma 0.13 #235

Closed
gruppjo opened this issue Aug 27, 2015 · 1 comment
Closed

upgrade to karma 0.13 #235

gruppjo opened this issue Aug 27, 2015 · 1 comment
Labels
Milestone

Comments

@gruppjo
Copy link
Contributor

gruppjo commented Aug 27, 2015

We'll have to wait for new release of karma-angular-filesort. wilsonjackson/karma-angular-filesort#1

@gruppjo
Copy link
Contributor Author

gruppjo commented Aug 27, 2015

testing.js

var Server = require('karma').Server;

function runKarma (singleRun, done) {
  new Server({
    configFile: path.join(__dirname, '/../karma.conf.js'),
    singleRun: singleRun,
    autoWatch: !singleRun
  }, done).start();
}

@gruppjo gruppjo added this to the 1.3.0 milestone Sep 1, 2015
@gruppjo gruppjo closed this as completed in edcdca3 Sep 1, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant