mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 23:16:52 +08:00
10 lines
120 B
JavaScript
10 lines
120 B
JavaScript
describe('Bar view', function() {
|
|
|
|
beforeEach(function() {
|
|
|
|
});
|
|
|
|
it('Should initialize', function() {
|
|
|
|
});
|
|
}); |