Skip to content

Commit a51f7df

Browse files
committed
Fix test
1 parent 2027b38 commit a51f7df

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

tests/index.test.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,14 @@ describe('laravel-vite-plugin', () => {
313313
expect(plugins.length).toBe(2)
314314
/** @ts-ignore */
315315
expect(plugins[1].__laravel_plugin_config).toEqual({
316-
paths: ['app/View/Components/**', 'resources/views/**', 'resources/lang/**', 'lang/**', 'routes/**'],
316+
paths: [
317+
'app/Livewire/**',
318+
'app/View/Components/**',
319+
'lang/**',
320+
'resources/lang/**',
321+
'resources/views/**',
322+
'routes/**',
323+
],
317324
})
318325
})
319326

0 commit comments

Comments
 (0)