File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -97,18 +97,6 @@ export default defineConfig({
9797 'log_message' : path . resolve ( __dirname , './lib/message/log_message' ) ,
9898 } ,
9999 } ,
100- esbuild : {
101- target : 'es2015' ,
102- // Ensure classes are transpiled correctly for browser
103- keepNames : true ,
104- } ,
105- optimizeDeps : {
106- esbuildOptions : {
107- target : 'es2015' ,
108- keepNames : true ,
109- } ,
110- } ,
111-
112100 test : {
113101 isolate : false ,
114102 fileParallelism : true ,
@@ -125,7 +113,7 @@ export default defineConfig({
125113 // pool: 'forks', // Use forks pool to avoid threading issues with BrowserStack
126114 // bail: 1, // Stop on first failure to avoid cascading errors
127115 // Include all .spec.ts files in lib directory, but exclude react_native tests
128- include : [ 'lib/**/event_processor_factory.spec.ts' ] ,
116+ include : [ 'lib/**/event_processor_factory.browser. spec.ts' ] ,
129117 exclude : [
130118 'lib/**/*.react_native.spec.ts' ,
131119 'lib/**/*.node.spec.ts' ,
You can’t perform that action at this time.
0 commit comments