mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-14 12:30:06 +02:00
add initial files
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import '@testing-library/jest-dom';
|
||||
// import { render } from '@testing-library/react';
|
||||
// import { App } from 'renderer/app';
|
||||
|
||||
describe('App', () => {
|
||||
// eslint-disable-next-line jest/no-commented-out-tests
|
||||
// it('should render', () => {
|
||||
// expect(render(<App />)).toBeTruthy();
|
||||
// });
|
||||
});
|
||||
Reference in New Issue
Block a user