We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ce607f commit 9207403Copy full SHA for 9207403
app/test/frontend/static_files_test.dart
@@ -212,7 +212,7 @@ void main() {
212
test('script.dart.js and parts size check', () {
213
final file = cache.getFile('/static/js/script.dart.js');
214
expect(file, isNotNull);
215
- expect((file!.bytes.length / 1024).round(), closeTo(345, 20));
+ expect((file!.bytes.length / 1024).round(), closeTo(366, 20));
216
217
final parts = cache.paths
218
.where((path) =>
0 commit comments