Skip to content

Commit 330600d

Browse files
committed
test
1 parent 40d8e20 commit 330600d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ describe('laravel-vite-plugin', () => {
277277
expect(plugins.length).toBe(2)
278278
/** @ts-ignore */
279279
expect(plugins[1].__laravel_plugin_config).toEqual({
280-
paths: ['resources/views/**', 'routes/**'],
280+
paths: ['app/View/Components/**', 'resources/views/**', 'routes/**'],
281281
})
282282
})
283283

0 commit comments

Comments
 (0)