Skip to content

Commit b649698

Browse files
committed
Add missing ; in test
1 parent b2076dd commit b649698

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/__tests__/error-component.test.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// eslint-disable-next-line no-unused-vars
22
import React from 'react';
3-
import { render, screen } from '@testing-library/react'
3+
import { render, screen } from '@testing-library/react';
44
import ErrorMessage from '../errors';
55

66
describe('Error component tests', function () {

0 commit comments

Comments
 (0)