Skip to content

Commit

Permalink
chore(index): testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcgee123 committed Apr 12, 2022
1 parent 6c1abbc commit 776e637
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,5 +210,6 @@ const SpecReporter = function (baseReporterDecorator, formatError, config) {
SpecReporter.$inject = ['baseReporterDecorator', 'formatError', 'config'];

module.exports = {
'reporter:spec': ['type', SpecReporter]
'reporter:spec': ['type', SpecReporter],
'reporter:spec_color': ['type', SpecReporter]
};

0 comments on commit 776e637

Please sign in to comment.