Skip to content

Commit

Permalink
Mark incomplete test a todo and fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
edgrosvenor committed Jan 20, 2025
1 parent 04b7f84 commit 2e54613
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/flux-themes/tests/WriteToTailwindConfigTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

use ArtisanBuild\FluxThemes\Theme;

it('writes the gray to a config if nothing exists yet', function() {
app(\ArtisanBuild\FluxThemes\Actions\WriteToTailwindConfig::class)(new Theme(tailwind_config: __DIR__ . '/files/tailwind.config.js'), \ArtisanBuild\FluxThemes\Enums\Grays::Slate);
});
it('writes the gray to a config if nothing exists yet', function () {
app(\ArtisanBuild\FluxThemes\Actions\WriteToTailwindConfig::class)(new Theme(tailwind_config: __DIR__.'/files/tailwind.config.js'), \ArtisanBuild\FluxThemes\Enums\Grays::Slate);
})->todo();

it('replaces the gray in the config if one already exists')->todo();

Expand Down

0 comments on commit 2e54613

Please sign in to comment.