Skip to content

Commit ac103fa

Browse files
authored
cleanup(js): fix outdated unit test snapshot (#30582)
## Current Behavior ## Expected Behavior ## Related Issue(s) Fixes #
1 parent 68c9653 commit ac103fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/js/src/plugins/typescript/plugin.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1242,7 +1242,8 @@ describe(`Plugin: ${PLUGIN_NAME}`, () => {
12421242
"cwd": "libs/my-lib",
12431243
},
12441244
"outputs": [
1245-
"{projectRoot}/dist",
1245+
"{projectRoot}/dist/**/*.d.ts",
1246+
"{projectRoot}/dist/tsconfig.tsbuildinfo",
12461247
],
12471248
"syncGenerators": [
12481249
"@nx/js:typescript-sync",

0 commit comments

Comments
 (0)