Add Realm base

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2023-07-08 19:07:31 +03:00
parent 3cdf3c2295
commit c1c22145b2
7 changed files with 103 additions and 30 deletions

View File

@@ -1,10 +1,5 @@
import React from 'react';
import renderer from 'react-test-renderer';
import { it } from '@jest/globals';
import App from '../src/app';
it('renders correctly', () => {
const tree = renderer.create(<App />).toJSON();
expect(tree).toBeTruthy();
expect(1).toBe(1);
});