Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Adding single-run test for karma
Browse files Browse the repository at this point in the history
  • Loading branch information
eliperelman committed Feb 3, 2017
1 parent b3cd6ad commit c8a48b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/neutrino/commands/test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ const browser = (config, args, done) => {
karma.singleRun = !args.options.watch;
karma.autoWatch = args.options.watch;

if (args.files) {
karma.files = args.files;
}

new Server(karma, done).start();
};

Expand Down

0 comments on commit c8a48b6

Please sign in to comment.