import '@testing-library/jest-dom' import pl from 'nodejs-polars' import { test_x } from '../app/database' describe('DATABASE', () => { it('DATA', () => { test_x() }) })