rsnext/test/integration/basic/pages/error-in-the-browser-global-scope.js
Anderson Leite 48d3ae2dd6 Remove unused vars and fix typo. (#5752)
- Removed unused "render" and "appPort" var from tests
- Fix typo on "occured" to "occurred"
2018-11-27 12:28:34 +01:00

5 lines
117 B
JavaScript

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