/** * Test for {{pkg.name}}. * Runs with karma. */ "use strict"; var mock = angular.mock; describe('{{pkg.name}}', function () { beforeEach(mock.module('{{pkg.name}}')); beforeEach(mock.inject(function () { })); describe('Some Test', function () { }); });