Skip to content

Commit 080b6ef

Browse files
authored
Fix static file test (#8631)
1 parent 4f1b7dd commit 080b6ef

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/test/frontend/static_files_test.dart

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,11 @@ void main() {
144144
'/static/material/bundle/script.min.js.LICENSE.txt',
145145
'/static/material/bundle/styles.min.js',
146146
])
147+
// Images that we are not currently using but keep alongside of the used version.
148+
..removeAll([
149+
'/static/img/ff-banner-desktop-dark-2x.svg',
150+
'/static/img/ff-banner-mobile-dark-2x.svg',
151+
])
147152
// script parts are served, but not referenced
148153
..removeWhere(
149154
(e) =>

0 commit comments

Comments
 (0)