diff --git a/ionic.conf.js b/ionic.conf.js index 7f56257825..8062afc518 100644 --- a/ionic.conf.js +++ b/ionic.conf.js @@ -21,7 +21,8 @@ module.exports = function(config) { 'vendor/angular/1.2.0rc1/*', 'ext/angular/src/**/*.js', 'ext/angular/test/**/*.js', - 'hacking/**/*.js' + 'hacking/**/*.js', + 'test/**/*.js' ], diff --git a/test/views/bar.js b/test/views/bar.js new file mode 100644 index 0000000000..f5bc239784 --- /dev/null +++ b/test/views/bar.js @@ -0,0 +1,10 @@ +describe('Bar view', function() { + + beforeEach(function() { + + }); + + it('Should initialize', function() { + + }); +}); \ No newline at end of file