mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
test(ionicScrollController): remove ddescribe
This commit is contained in:
@@ -195,7 +195,7 @@ describe('$ionicScroll Controller', function() {
|
||||
[false, true].forEach(function(shouldAnimate) {
|
||||
describe('with animate='+shouldAnimate, function() {
|
||||
|
||||
ddescribe('scroll action', function() {
|
||||
describe('scroll action', function() {
|
||||
beforeEach(function() {
|
||||
setup();
|
||||
//Mock resize to insta-call through for easier tests
|
||||
|
||||
Reference in New Issue
Block a user