End to End tests
Running the test
Prepare an empty test database and pass connection URL to DB_URL environment variable and make sure that database is running.
Install dependencies
npm install
Run the test
npm run test:e2e
Tests
Last updated
Was this helpful?