Skip to content

Commit 9afa5c6

Browse files
committed
πŸ”§ adding logs
1 parent 7136a1e commit 9afa5c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

β€Žsrc/components/Auth.test.tsxβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import React from 'react'
22
import { render, screen, fireEvent } from '@testing-library/react'
33
import '@testing-library/jest-dom'
44
import Auth from './Auth'
5+
if (!Auth) throw new Error('Auth component import failed')
56

67
describe('Auth Component πŸŽ‰', () => {
78
let originalLocation: Location

0 commit comments

Comments
Β (0)