-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #153 from streamich/ci-circleci
chore: 🤖 remove unused deps
- Loading branch information
Showing
2 changed files
with
2 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,7 @@ | ||
'use strict'; | ||
|
||
var configure = require('enzyme').configure; | ||
var Adapter = require('enzyme-adapter-react-16'); | ||
|
||
process.env.NODE_ENV = 'production'; | ||
|
||
configure({ | ||
adapter: new Adapter() | ||
}); | ||
|
||
if (typeof window === 'object') { | ||
global.requestAnimationFrame = window.requestAnimationFrame = function (callback) { return setTimeout(callback, 17); }; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
07faaae
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Build version:
2.0.0-master.6
🤞master
on CircleCI 🎉