We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f62018 commit 4b0cf09Copy full SHA for 4b0cf09
packages/realtime-compiler/tests/ConsoleOutputTest.php
@@ -6,7 +6,7 @@
6
use function Termwind\{renderUsing};
7
8
beforeEach(function () {
9
- renderUsing($this->output = new BufferedOutput());
+ renderUsing($this->output = new BufferedOutput());
10
});
11
12
afterEach(function () {
0 commit comments