mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 23:16:52 +08:00
Start of test code for JS plugins
This commit is contained in:
10
test/views/bar.js
Normal file
10
test/views/bar.js
Normal file
@ -0,0 +1,10 @@
|
||||
describe('Bar view', function() {
|
||||
|
||||
beforeEach(function() {
|
||||
|
||||
});
|
||||
|
||||
it('Should initialize', function() {
|
||||
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user