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 4f05d7a commit 6087052Copy full SHA for 6087052
dwds/test/fixtures/project.dart
@@ -95,8 +95,9 @@ class TestProject {
95
packageDirectory: '_test_parts',
96
webAssetsPath: 'web',
97
dartEntryFileName: 'main.dart',
98
- htmlEntryFileName:
99
- baseMode == IndexBaseMode.base ? 'base_index.html' : 'index.html',
+ htmlEntryFileName: baseMode == IndexBaseMode.base
+ ? 'base_index.html'
100
+ : 'index.html',
101
);
102
103
static final test = TestProject._(
0 commit comments