Skip to content

Commit 99f4b5c

Browse files
committed
fix(main.test): always use ngroute
1 parent db3ce92 commit 99f4b5c

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

Diff for: src/test/fixtures/.yo-rc.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"flow": false,
1919
"html": true,
2020
"sass": true,
21-
"uirouter": true,
21+
"ngroute": true,
2222
"bootstrap": true,
2323
"uibootstrap": true,
2424
"ws": true,
@@ -41,11 +41,10 @@
4141
"moduleName": "",
4242
"modulePrompt": true,
4343
"filters": [
44-
"uirouter",
44+
"ngroute",
4545
"mocha",
4646
"expect",
4747
"should",
48-
"uirouter",
4948
"es6",
5049
"webpack"
5150
],

Diff for: src/test/main.test.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const defaultOptions = {
1919
transpiler: 'babel',
2020
markup: 'html',
2121
stylesheet: 'sass',
22-
router: 'uirouter',
22+
router: 'ngroute',
2323
testing: 'mocha',
2424
chai: 'expect',
2525
bootstrap: true,
@@ -193,7 +193,7 @@ describe('angular-fullstack:app', function() {
193193
transpiler: 'ts',
194194
markup: 'pug',
195195
stylesheet: 'less',
196-
router: 'uirouter',
196+
router: 'ngroute',
197197
testing: 'jasmine',
198198
odms: ['mongoose'],
199199
auth: true,
@@ -265,7 +265,7 @@ describe('angular-fullstack:app', function() {
265265
transpiler: 'babel',
266266
markup: 'pug',
267267
stylesheet: 'css',
268-
router: 'uirouter',
268+
router: 'ngroute',
269269
testing: 'jasmine',
270270
odms: ['sequelize'],
271271
auth: true,
@@ -337,7 +337,7 @@ describe('angular-fullstack:app', function() {
337337
transpiler: 'ts',
338338
markup: 'pug',
339339
stylesheet: 'stylus',
340-
router: 'uirouter',
340+
router: 'ngroute',
341341
testing: 'mocha',
342342
chai: 'should',
343343
odms: [],

0 commit comments

Comments
 (0)