Skip to content

Commit

Permalink
fix(): Investigate the colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Akopkokhyants committed Nov 23, 2016
1 parent b158d61 commit a3de41a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ module.exports = function(config) {

if (process.env.TRAVIS){
configuration.browsers = [
'Firefox' //'ChromeTravisCi'
'ChromeTravisCi'
];
}

Expand Down
1 change: 1 addition & 0 deletions tests/slim-loading-bar.component.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ describe('SlimLoadingBar', () => {
});

it ('should change colors of progress when calling set color', () => {
console.log('progressDiv.style.color', progressDiv.style.color);
expect(progressDiv.style.color).toBe('firebrick');

// Set color
Expand Down

0 comments on commit a3de41a

Please sign in to comment.