-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
We're using your project in Qwik to merge vscode settings, and in our unit tests the comments are gone.
This is the code: https://github.com/QwikDev/qwik/blob/54215ef5d026f52f4c3c257b80f8e21071749bae/packages/qwik/src/cli/add/update-files.ts#L117-L122
This is the unit test, notice the missing // Comment in the result: https://github.com/QwikDev/qwik/blob/2f31c3a2b88809680416dc61291ea01489d6ac20/packages/qwik/src/cli/add/update-files.unit.ts#L123
Are we doing something wrong or is this expected?
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation