Open codetheweb opened 8 months ago
Right now it's loaded for every test worker, and requiring the config isn't free as esbuild needs to transform edgespec.config.ts to edgespec.config.js.
edgespec.config.ts
edgespec.config.js
Right now it's loaded for every test worker, and requiring the config isn't free as esbuild needs to transform
edgespec.config.ts
toedgespec.config.js
.