Skip to content

Commit

Permalink
fix(js): update specs
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysoo committed Jan 9, 2025
1 parent 638e086 commit 27cd475
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/js/src/plugins/typescript/plugin.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2905,7 +2905,6 @@ describe(`Plugin: ${PLUGIN_NAME}`, () => {
},
"outputs": [
"{workspaceRoot}/dist/libs/my-lib",
"{workspaceRoot}/dist/libs/*.tsbuildinfo",
],
"syncGenerators": [
"@nx/js:typescript-sync",
Expand Down Expand Up @@ -3066,7 +3065,6 @@ describe(`Plugin: ${PLUGIN_NAME}`, () => {
"{workspaceRoot}/dist/libs/my-lib/lib.d.ts.map",
"{workspaceRoot}/dist/libs/my-lib/lib.tsbuildinfo",
"{workspaceRoot}/dist/libs/my-lib/other",
"{workspaceRoot}/dist/libs/my-lib/*.tsbuildinfo",
],
"syncGenerators": [
"@nx/js:typescript-sync",
Expand Down

0 comments on commit 27cd475

Please sign in to comment.