Skip to content

Commit 43b24b3

Browse files
committed
fix: gen tests
1 parent 54330db commit 43b24b3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/test/main.test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import {
1212

1313
const defaultOptions = {
1414
transpiler: 'ts',
15-
flow: true,
15+
flow: false,
1616
markup: 'html',
1717
stylesheet: 'sass',
1818
router: 'ngroute',
@@ -185,6 +185,7 @@ describe('angular-fullstack:app', function() {
185185
let serverTestResult;
186186
const testOptions = {
187187
transpiler: 'babel',
188+
flow: true,
188189
markup: 'html',
189190
stylesheet: 'less',
190191
router: 'ngroute',

test/fixtures/.yo-rc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"modelsNeedle": "// Insert models below",
1515
"filters": {
1616
"js": true,
17-
"babel": true,
17+
"ts": true,
1818
"flow": true,
1919
"html": true,
2020
"sass": true,

0 commit comments

Comments
 (0)