mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 08:09:32 +08:00
fix(nav): rename animate to animated
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user