Skip to content

Commit

Permalink
remove MU tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeart committed Oct 2, 2021
1 parent ce91314 commit 2c95abf
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 25 deletions.
Empty file.

This file was deleted.

This file was deleted.

Empty file.
Empty file.
Empty file.
Empty file.
6 changes: 0 additions & 6 deletions test/utils/layout-helpers-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,12 +134,6 @@ describe('definition-helpers', function () {

expect(items.length).toEqual(2);
});
it('must discover in-repo addons for MU structure', async function () {
const root = path.join(__dirname, './../fixtures/mu-project-with-in-repo-addons');
const items = await getProjectInRepoAddonsRoots(root);

expect(items.length).toEqual(1);
});
});

describe('getProjectAddonsRoots()', function () {
Expand Down

0 comments on commit 2c95abf

Please sign in to comment.