OperationCode / operationcode_frontend

Front-end repository for live site. Please go to `front-end` repo to contribute instead.
https://operationcode.org
MIT License
101 stars 222 forks source link

Polyfill rAF in test environment to prevent CI build warnings for tests #969

Closed nagano564 closed 6 years ago

nagano564 commented 6 years ago

Description of changes

Travis CI build currently displays a warning that we don't want in test environments.

Issue Resolved

Fixes #962

kylemh commented 6 years ago

Yay! Thanks @nagano564