fix(nav): rename animate to animated

This commit is contained in:
Manu Mtz.-Almeida
2018-04-27 01:16:43 +02:00
parent aa53563944
commit 98a351941d
10 changed files with 43 additions and 283 deletions

View File

@ -1,6 +1,7 @@
import { GestureController, } from '../gesture-controller';
describe('gesture controller', () => {
it('should create an instance of GestureController', () => {
const c = new GestureController();
expect(c.isCaptured()).toEqual(false);