// import react-testing
import '@testing-library/react';
import '@testing-library/react-hooks';
import './use{{ properCase name }}';

describe('Test case for use{{ properCase name }}', () => {
test('first test case', () => {
expect('testing').toBeTruthy();
});
});