Skip to content

Commit e92218e

Browse files
committed
Fix ordering of plugins test
1 parent ac19738 commit e92218e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/solidstart/test/vite/sentrySolidStartVite.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ describe('sentrySolidStartVite()', () => {
3131
'sentry-vite-release-injection-plugin',
3232
'sentry-debug-id-upload-plugin',
3333
'sentry-vite-debug-id-injection-plugin',
34-
'sentry-file-deletion-plugin',
3534
'sentry-vite-debug-id-upload-plugin',
35+
'sentry-file-deletion-plugin',
3636
]);
3737
});
3838

0 commit comments

Comments
 (0)