Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
dmason30 committed Sep 27, 2023
1 parent 67a3eb8 commit 2e04a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/OverrideNovaPackagesMiddlewareTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

it('replaces registered styles and scripts with the bundled files', function () {
$this->app->setBasePath(testDirectory('fixtures'));
expect(public_path())->toBe('tests'.DIRECTORY_SEPARATOR.'fixtures'.DIRECTORY_SEPARATOR.'public');
expect(public_path())->toBe('tests'.DIRECTORY_SEPARATOR.'fixtusres'.DIRECTORY_SEPARATOR.'public');

Nova::script('test-package', testDirectory('fixtures/input/test.js'));
Nova::style('test-package', testDirectory('fixtures/input/test.css'));
Expand Down

0 comments on commit 2e04a45

Please sign in to comment.