Skip to content

Commit

Permalink
no yarn in test
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Oct 14, 2021
1 parent 71f078a commit 8f85978
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 29 deletions.
5 changes: 0 additions & 5 deletions e2e/__tests__/resolveConditions.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,10 @@

import {resolve} from 'path';
import {onNodeVersions} from '@jest/test-utils';
import {runYarnInstall} from '../Utils';
import runJest from '../runJest';

const dir = resolve(__dirname, '..', 'resolve-conditions');

beforeAll(() => {
runYarnInstall(dir);
});

// The versions where vm.Module exists and commonjs with "exports" is not broken
onNodeVersions('>=12.16.0', () => {
test('resolves package exports correctly with custom resolver', () => {
Expand Down
3 changes: 0 additions & 3 deletions e2e/resolve-conditions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,5 @@
"<rootDir>/**/*.test.*"
],
"transform": {}
},
"dependencies": {
"resolve.exports": "^1.0.2"
}
}
21 changes: 0 additions & 21 deletions e2e/resolve-conditions/yarn.lock

This file was deleted.

0 comments on commit 8f85978

Please sign in to comment.