Skip to content

Commit b16c7f9

Browse files
committed
fix(gen:test): index.html -> _index.html
1 parent e3a823c commit b16c7f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/get-expected-files.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export function app(options) {
4949
'client/.htaccess',
5050
'client/favicon.ico',
5151
'client/robots.txt',
52-
'client/index.html',
52+
'client/_index.html',
5353
`client/polyfills.${script}`,
5454
'client/app/app.' + script,
5555
'client/app/app.config.' + script,

0 commit comments

Comments
 (0)