mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 06:57:02 +08:00
Start of test code for JS plugins
This commit is contained in:
@ -21,7 +21,8 @@ module.exports = function(config) {
|
|||||||
'vendor/angular/1.2.0rc1/*',
|
'vendor/angular/1.2.0rc1/*',
|
||||||
'ext/angular/src/**/*.js',
|
'ext/angular/src/**/*.js',
|
||||||
'ext/angular/test/**/*.js',
|
'ext/angular/test/**/*.js',
|
||||||
'hacking/**/*.js'
|
'hacking/**/*.js',
|
||||||
|
'test/**/*.js'
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
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