Skip to content

Commit 248127d

Browse files
committed
Merge branch 'main' into fix/extract-package-fetching
2 parents b7fda8e + ad6e85b commit 248127d

3 files changed

Lines changed: 419 additions & 2221 deletions

File tree

__tests__/cli.test.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,7 @@ describe('CLI Build Command', () => {
171171
});
172172

173173
it('runs specific projects and entrypoints mode when requested', () => {
174-
mockFs({
175-
...requiredRealDirs,
174+
mockVol.fromNestedJSON({
176175
plugins: {
177176
'my-plugin': {
178177
'package.json': JSON.stringify({

0 commit comments

Comments
 (0)