Skip to content

Commit a18f2a6

Browse files
beaussanwebpro
andauthoredOct 17, 2023
Add test suite for all current config loading systems (#301)
* Add test suite for all current config loading systems * Introduce async and function config factories * Rename all fixtures config names to match folder * Apply suggestions from code review Co-authored-by: Lars Kappert <lars@webpro.nl> * Refactor using a exec wrapper for tests * Add dist cli auto path detection * Use `path.resolve` to get absolute path to `dist/cli.js` --------- Co-authored-by: Lars Kappert <lars@webpro.nl>
1 parent 50dd048 commit a18f2a6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+335
-20
lines changed
 

‎README.md

+13

‎fixtures/config/js-async/dangling.js

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export const unusedFile = true;

0 commit comments

Comments
 (0)
Please sign in to comment.