Skip to content

Commit 11200d5

Browse files
committed
fix: format
1 parent d5ca8ba commit 11200d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/docs/commands/test.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ Golden tests are tests that compare the output of a test to a "golden" file. If
6464
:::info For an example on specifying a custom [`GoldenFileComparator`](https://api.flutter.dev/flutter/flutter_test/GoldenFileComparator-class.html) that accepts a certain amount of difference (toleration threshold), refer to the [`goldenFileComparator` Flutter documentation](https://api.flutter.dev/flutter/flutter_test/goldenFileComparator.html). :::
6565

6666
### Skip optimization for specific tests
67-
67+
6868
By default, all tests run with optimizations enabled; use the `--no-optimization` flag to disable globally, or add the `skip_very_good_optimization` tag to specific test files to disable them individually.
6969

7070
```
7171
@Tags(['skip_very_good_optimization'])
7272
7373
import 'package:test/test.dart';
74-
```
74+
```

0 commit comments

Comments
 (0)