Skip to content

Commit b4e5630

Browse files
committed
test(gen): add app.constants.js to expected list
1 parent 9763f77 commit b4e5630

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/get-expected-files.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ export function app(options) {
5353
`client/polyfills.${script}`,
5454
'client/app/app.' + script,
5555
'client/app/app.config.' + script,
56+
'client/app/app.constants.' + script,
5657
'client/app/app.' + stylesheet,
5758
'client/app/main/main.component.' + script,
5859
'client/app/main/main.component.spec.' + script,

0 commit comments

Comments
 (0)