cleanup(js): fix outdated unit test snapshot (#30582)

## Current Behavior

## Expected Behavior

## Related Issue(s)

Fixes #
This commit is contained in:
Leosvel Pérez Espinosa 2025-04-02 12:09:43 +02:00 committed by GitHub
parent 68c9653f25
commit ac103fa109
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1242,7 +1242,8 @@ describe(`Plugin: ${PLUGIN_NAME}`, () => {
"cwd": "libs/my-lib",
},
"outputs": [
"{projectRoot}/dist",
"{projectRoot}/dist/**/*.d.ts",
"{projectRoot}/dist/tsconfig.tsbuildinfo",
],
"syncGenerators": [
"@nx/js:typescript-sync",