chore: should be wrapped up in a plugin instead of a module

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-09-03 12:02:17 +02:00
parent 538972e19e
commit 40b8a7a280
2 changed files with 3 additions and 5 deletions
@@ -57,7 +57,6 @@ describe('SignInPageBlueprint', () => {
const MockSignInPage = () => <div data-testid="mock-sign-in" />;
const extension = SignInPageBlueprint.make({
name: 'test',
params: { loader: async () => () => <MockSignInPage /> },
});