This commit is contained in:
Eli Geller 2023-08-14 18:25:18 -04:00
parent 4e28e5f5b9
commit 6d802449b4
No known key found for this signature in database
GPG Key ID: 883F38F3E9050143
1 changed files with 2 additions and 2 deletions

View File

@ -3,5 +3,5 @@ Integration tests for `package:drift/native.dart`.
To run the tests automatically (with us managing a browser driver), just run `dart test`.
To manually debug issues, it might make sense to trigger some functionality manually.
You can run `dart run tool/server_manually.dart` to start a web server hosting the test
content on http://localhost:8080.
You can run `dart run tool/serve_manually.dart` to start a web server hosting the test
content on <http://localhost:8080>.