platform/packages/rethinkdb/test/README.md

8 lines
280 B
Markdown
Raw Normal View History

2024-06-30 01:44:37 +00:00
# Tests
2024-07-02 16:13:02 +00:00
The tests expect you to have installed RethinkDB. You must have a `testDB` database available, and a server ready at the default port. Also, the tests expect a table named `todos`. To create the table, run the following command:
2024-06-30 01:44:37 +00:00
2024-07-02 16:13:02 +00:00
```bash
dart test/bootstrap.dart
```