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 ac7266d commit 8983a1fCopy full SHA for 8983a1f
tests/HtmlCodeTest.php
@@ -2,14 +2,12 @@
2
3
namespace InteractionDesignFoundation\NovaHtmlCodeField\Tests;
4
5
-use InteractionDesignFoundation\HtmlCard\MarkdownConverter;
6
-use Illuminate\Support\Facades\App;
7
use InteractionDesignFoundation\NovaHtmlCodeField\HtmlCode;
8
9
final class HtmlCodeTest extends TestCase
10
{
11
/** @test */
12
- public function it_throws_an_exception_if_invlid_template_used(): void
+ public function it_throws_an_exception_if_invalid_template_used(): void
13
14
$this->expectException(\InvalidArgumentException::class);
15
0 commit comments