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:
parent
7001e350af
commit
2787a588e5
@ -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
|
||||
xdescribe('create-nx-workspace yarn berry', () => {
|
||||
describe('create-nx-workspace yarn berry', () => {
|
||||
const tmpDir = `${e2eCwd}/${uniq('yarn-berry')}`;
|
||||
let wsName: string;
|
||||
let yarnVersion: string;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user