point-of-sales/pos-frontend/__test__/db.test.jsx

10 lines
179 B
JavaScript

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