Skip to content

Commit

Permalink
motion-path: motion blur test case fix
Browse files Browse the repository at this point in the history
  • Loading branch information
legomushroom committed Feb 9, 2016
1 parent f920622 commit 8f79f21
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions karma.conf.js
Expand Up @@ -63,8 +63,8 @@ module.exports = function(config) {

if (!process.env.SAUCE_USERNAME || !process.env.SAUCE_ACCESS_KEY) {
reporters = ['progress', 'coverage', 'clear-screen'];
// browsers = ['PhantomJS'];
browsers = [];
browsers = ['PhantomJS'];
// browsers = [];
} else {
reporters = ['dots', 'coverage', 'clear-screen', 'saucelabs'];
browsers = Object.keys(customLaunchers);
Expand Down
2 changes: 1 addition & 1 deletion spec/motion-path.coffee
Expand Up @@ -1459,7 +1459,7 @@ describe 'MotionPath ->', ->
expect(mp.filterOffset.getAttribute('dx')).toBe '0'
expect(mp.filterOffset.getAttribute('dy')).toBe '0'
dfr()
, 200
, 500

describe 'motionBlur reset ->', ->
path = "M0,20 L100,150 L200,100"
Expand Down
2 changes: 1 addition & 1 deletion spec/motion-path.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8f79f21

Please sign in to comment.