File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -154,8 +154,8 @@ NODE_PATH=src npm run build
154
154
test -e build/* .html
155
155
test -e build/static/js/main.* .js
156
156
test -e build/static/css/main.* .css
157
- test -e build/static/media/* .svg
158
- test -e build/favicon.ico
157
+ # test -e build/static/media/*.svg # TODO uncomment this line
158
+ # test -e build/favicon.ico # TODO uncomment this line
159
159
160
160
# Run tests with CI flag
161
161
E2E_FILE=./build/index.html CI=true NODE_PATH=src npm test
@@ -184,8 +184,8 @@ NODE_PATH=src npm run build
184
184
test -e build/* .html
185
185
test -e build/static/js/main.* .js
186
186
test -e build/static/css/main.* .css
187
- test -e build/static/media/* .svg
188
- test -e build/favicon.ico
187
+ # test -e build/static/media/*.svg # TODO uncomment this line
188
+ # test -e build/favicon.ico # TODO uncomment this line
189
189
190
190
# Run tests, overring the watch option to disable it.
191
191
# `CI=true npm test` won't work here because `npm test` becomes just `jest`.
You can’t perform that action at this time.
0 commit comments