mirror of
https://github.com/rjNemo/devbook_ts
synced 2026-06-12 13:36:43 +00:00
refactor tests
This commit is contained in:
parent
4428aba38f
commit
d3cea3cebb
1 changed files with 5 additions and 0 deletions
5
src/App.test.tsx
Normal file
5
src/App.test.tsx
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import React from 'react';
|
||||
import {render} from '@testing-library/react';
|
||||
import App from './App';
|
||||
|
||||
test('to pass ci', () => {});
|
||||
Loading…
Reference in a new issue