Revert "[@portaljs/components][xl] - @portaljs/ckan package"

This reverts commit 91c76c213c.
This commit is contained in:
Luccas Mateus de Medeiros Gomes
2023-05-23 14:45:16 -03:00
parent 91c76c213c
commit eac0a22aa8
70 changed files with 1 additions and 26359 deletions

View File

@@ -0,0 +1,11 @@
import React from 'react';
import { render } from '@testing-library/react';
import Index from '../pages/index';
describe('Index', () => {
it('should render successfully', () => {
const { baseElement } = render(<Index />);
expect(baseElement).toBeTruthy();
});
});