We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7136a1e commit 9afa5c6Copy full SHA for 9afa5c6
βsrc/components/Auth.test.tsxβ
@@ -2,6 +2,7 @@ import React from 'react'
2
import { render, screen, fireEvent } from '@testing-library/react'
3
import '@testing-library/jest-dom'
4
import Auth from './Auth'
5
+if (!Auth) throw new Error('Auth component import failed')
6
7
describe('Auth Component π', () => {
8
let originalLocation: Location
0 commit comments