mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 06:57:02 +08:00
12 lines
169 B
JavaScript
12 lines
169 B
JavaScript
describe('Ionic List', function() {
|
|
var modal, q;
|
|
|
|
beforeEach(module('ionic.ui.list'));
|
|
|
|
beforeEach(function() {
|
|
});
|
|
|
|
it('Should init', function() {
|
|
});
|
|
});
|