Skip to content

Commit

Permalink
Removed testing code
Browse files Browse the repository at this point in the history
  • Loading branch information
colinmurphy committed Jan 3, 2025
1 parent 1d1f608 commit c53812b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/blocks/src/components/WordPressBlocksProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export function useBlocksTheme(): BlocksTheme {
// If it's an empty object, the provider hasn't been initialized.
if (themeContext === undefined) {
throw new Error(
'Testing useBlocksTheme hook was called outside of context, make sure your app is wrapped with WordPressBlocksProvider',
'useBlocksTheme hook was called outside of context, make sure your app is wrapped with WordPressBlocksProvider',
);
}

Expand Down

0 comments on commit c53812b

Please sign in to comment.