Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvanassche committed Jan 5, 2022
1 parent 733ad05 commit 116d309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Transformers/EnumTransformerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
use ReflectionClass;
use Spatie\TypeScriptTransformer\Tests\FakeClasses\IntBackedEnum;
use Spatie\TypeScriptTransformer\Tests\FakeClasses\StringBackedEnum;
use Spatie\TypeScriptTransformer\Tests\FakeClasses\UnitEnum;
use Spatie\TypeScriptTransformer\Transformers\EnumTransformer;
use Spatie\TypeScriptTransformer\TypeScriptTransformerConfig;
use UnitEnum;

class EnumTransformerTest extends TestCase
{
Expand Down

0 comments on commit 116d309

Please sign in to comment.