rsnext/test/integration/client-navigation/pages/error-in-the-browser-global-scope.js

6 lines
117 B
JavaScript
Raw Normal View History

if (typeof window !== 'undefined') {
throw new Error('An Expected error occurred')
}
export default () => <div />