File tree 1 file changed +1
-10
lines changed
packages/solidstart/test/vite
1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -38,20 +38,14 @@ describe('makeSourceMapsVitePlugin()', () => {
38
38
makeSourceMapsVitePlugin ( {
39
39
org : 'my-org' ,
40
40
authToken : 'my-token' ,
41
- sourcemaps : {
42
- assets : [ 'foo/*.js' ] ,
43
- ignore : [ 'bar/*.js' ] ,
44
- filesToDeleteAfterUpload : [ 'baz/*.js' ] ,
45
- } ,
41
+ filesToDeleteAfterUpload : [ 'baz/*.js' ] ,
46
42
} ) ;
47
43
48
44
expect ( sentryVitePluginSpy ) . toHaveBeenCalledWith (
49
45
expect . objectContaining ( {
50
46
org : 'my-org' ,
51
47
authToken : 'my-token' ,
52
48
sourcemaps : {
53
- assets : [ 'foo/*.js' ] ,
54
- ignore : [ 'bar/*.js' ] ,
55
49
filesToDeleteAfterUpload : [ 'baz/*.js' ] ,
56
50
} ,
57
51
} ) ,
@@ -62,9 +56,6 @@ describe('makeSourceMapsVitePlugin()', () => {
62
56
makeSourceMapsVitePlugin ( {
63
57
org : 'my-org' ,
64
58
authToken : 'my-token' ,
65
- sourcemaps : {
66
- assets : [ 'foo/*.js' ] ,
67
- } ,
68
59
unstable_sentryVitePluginOptions : {
69
60
org : 'unstable-org' ,
70
61
sourcemaps : {
You can’t perform that action at this time.
0 commit comments