chore(repo): re-enable failing swc e2e test (#26246)

<!-- 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 -->

The test was failing because of a bad swc version.

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

A new version of swc has been released which fixes the issue.

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

Fixes #
This commit is contained in:
Jason Jean 2024-05-30 10:28:17 -04:00 committed by GitHub
parent 7001e350af
commit 2787a588e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -522,8 +522,7 @@ describe('create-nx-workspace parent folder', () => {
}); });
}); });
// TODO(FrozenPandaz): Re-enable when https://github.com/swc-project/swc/issues/8988 is fixed describe('create-nx-workspace yarn berry', () => {
xdescribe('create-nx-workspace yarn berry', () => {
const tmpDir = `${e2eCwd}/${uniq('yarn-berry')}`; const tmpDir = `${e2eCwd}/${uniq('yarn-berry')}`;
let wsName: string; let wsName: string;
let yarnVersion: string; let yarnVersion: string;