Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
dmason30 committed Nov 2, 2023
1 parent 9e44615 commit 94fdb5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
expect(Nova::$scripts)->toHaveCount(3)
->and(Nova::$styles)->toHaveCount(3)
->and(Nova::$scripts[0])->path()->toEqual('https://example.com/index.js')
->and(Nova::$scripts[1])->path()->toEqual(testDirectory('fixtures/input/test.css'))
->and(Nova::$scripts[1])->path()->toEqual(testDirectory('fixtures/input/test.js'))
->and(Nova::$scripts[2])->path()->toEqual('http://localhost/vendor/nova-tools/app.js')
->and(Nova::$styles[0])->path()->toEqual('https://example.com/app.css')
->and(Nova::$styles[1])->path()->toEqual(testDirectory('fixtures/input/test.css'))
Expand Down

0 comments on commit 94fdb5d

Please sign in to comment.