seamapi / edgespec

☃️ an API framework for everywhere.
MIT License
5 stars 2 forks source link

When using the AVA test fixture, the config file should only be loaded once #115

Open codetheweb opened 7 months ago

codetheweb commented 7 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.