marvinhagemeister / karma-esbuild

Preprocessor based on esbuild for the karma test runner
MIT License
21 stars 10 forks source link

Add flag to create a bundle per test file #34

Closed marvinhagemeister closed 3 years ago

marvinhagemeister commented 3 years ago

This PR brings back an option to control whether we want to bundle all files into a single bundle or create a bundle per file. By setting singleBundle: false we'll create a bundle for each test file. The default value is true