mirror of https://github.com/AMT-Cheif/drift.git
typo fix
This commit is contained in:
parent
4e28e5f5b9
commit
6d802449b4
|
@ -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>.
|
||||
|
|
Loading…
Reference in New Issue