Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
timacdonald committed Dec 19, 2023
1 parent 2027b38 commit a51f7df
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion tests/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,14 @@ describe('laravel-vite-plugin', () => {
expect(plugins.length).toBe(2)
/** @ts-ignore */
expect(plugins[1].__laravel_plugin_config).toEqual({
paths: ['app/View/Components/**', 'resources/views/**', 'resources/lang/**', 'lang/**', 'routes/**'],
paths: [
'app/Livewire/**',
'app/View/Components/**',
'lang/**',
'resources/lang/**',
'resources/views/**',
'routes/**',
],
})
})

Expand Down

0 comments on commit a51f7df

Please sign in to comment.