Change TS import baseUrl

This commit is contained in:
jeffvli
2022-07-30 17:44:57 -07:00
parent df5f8c08f3
commit bb4576390d
49 changed files with 106 additions and 128 deletions
+5 -6
View File
@@ -1,10 +1,9 @@
import '@testing-library/jest-dom';
// import { render } from '@testing-library/react';
// import { App } from 'renderer/app';
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();
// });
it('should render', () => {
expect(render(<App />)).toBeTruthy();
});
});