hongbo-miao/hongbomiao.com

View on GitHub
web/src/App/components/Copyright.test.tsx

Summary

Maintainability
A
0 mins
Test Coverage
import { render } from '@testing-library/react';
import React from 'react';
import HmCopyright from './Copyright';

describe('Copyright', () => {
  test('render Copyright', () => {
    render(<HmCopyright year={1990} />);
  });
});