chore: should be wrapped up in a plugin instead of a module
Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
@@ -57,7 +57,6 @@ describe('SignInPageBlueprint', () => {
|
||||
const MockSignInPage = () => <div data-testid="mock-sign-in" />;
|
||||
|
||||
const extension = SignInPageBlueprint.make({
|
||||
name: 'test',
|
||||
params: { loader: async () => () => <MockSignInPage /> },
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user