mirror of
https://github.com/appy-one/acebase-client.git
synced 2026-05-25 14:12:15 -06:00
| .. | ||
| cjs | ||
| esm | ||
| src | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.cjs.json | ||
| tsconfig.esm.json | ||
Tests
Follow these steps to test:
- Install the dependencies with
npm install. - Build with
npm run build - Run the tests with
npm test