Skip to content

Commit 2f81b79

Browse files
Revert "Add MUI stub test fixture for sx migrator codemod"
This reverts commit eedbe7a
1 parent cee78d4 commit 2f81b79

File tree

9 files changed

+0
-492
lines changed

9 files changed

+0
-492
lines changed

test/resolved_file_context.dart

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,6 @@ class SharedAnalysisContext {
7070
static final rmui = SharedAnalysisContext(
7171
p.join(findPackageRootFor(p.current), 'test/test_fixtures/rmui_project'));
7272

73-
/// A context root located at `test/test_fixtures/mui_stub_project`
74-
/// that stubs out some MUI components using over_react.
75-
static final muiStub = SharedAnalysisContext(p.join(
76-
findPackageRootFor(p.current), 'test/test_fixtures/mui_stub_project'));
77-
7873
/// The path to the package root in which test files will be created
7974
/// and resolved.
8075
final String _path;

test/test_fixtures/mui_stub_project/README.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

test/test_fixtures/mui_stub_project/lib/components.dart

Lines changed: 0 additions & 5 deletions
This file was deleted.

test/test_fixtures/mui_stub_project/lib/components/box.dart

Lines changed: 0 additions & 115 deletions
This file was deleted.

test/test_fixtures/mui_stub_project/lib/components/grid.dart

Lines changed: 0 additions & 115 deletions
This file was deleted.

test/test_fixtures/mui_stub_project/lib/components/stack.dart

Lines changed: 0 additions & 115 deletions
This file was deleted.

test/test_fixtures/mui_stub_project/lib/components/text_field.dart

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)