Skip to content

Commit

Permalink
cleanup(testing): update out-of-sync test case expectation (#26294)
Browse files Browse the repository at this point in the history
<!-- Please make sure you have read the submission guidelines before
posting an PR -->
<!--
https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr
-->

<!-- Please make sure that your commit message follows our format -->
<!-- Example: `fix(nx): must begin with lowercase` -->

## Current Behavior
<!-- This is the behavior we have today -->

## Expected Behavior
<!-- This is the behavior we should expect with the changes in this PR
-->

## Related Issue(s)
<!-- Please link the issue being fixed so it gets closed when this is
merged. -->

Fixes #
  • Loading branch information
leosvelperez authored May 31, 2024
1 parent 4e49d52 commit 2fe4def
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@ describe('Playwright - Convert Executors To Plugin', () => {
'default',
'^default',
'{workspaceRoot}/some-file.ts',
{ externalDependencies: ['@playwright/test'] },
]);
});
});
Expand Down
1 change: 1 addition & 0 deletions packages/vite/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"projectType": "library",
"targets": {
"build-base": {
"dependsOn": ["^build-base"],
"executor": "@nx/js:swc",
"options": {
"outputPath": "build/packages/vite",
Expand Down

0 comments on commit 2fe4def

Please sign in to comment.