drift/extras/integration_tests/web_wasm
Eli Geller 4e28e5f5b9
remove leading slashes from URI paths
2023-08-14 18:21:09 -04:00
..
lib Support deleting databases 2023-08-09 18:13:45 +02:00
test Support deleting databases 2023-08-09 18:13:45 +02:00
tool Add wasm integration test using the database 2023-06-11 17:44:04 +02:00
web remove leading slashes from URI paths 2023-08-14 18:21:09 -04:00
.gitignore Add first integration test for new wasm backend 2023-06-10 22:52:22 +02:00
README.md Fix wasm tests 2023-08-07 22:26:36 +02:00
analysis_options.yaml Add first integration test for new wasm backend 2023-06-10 22:52:22 +02:00
build.yaml Add first integration test for new wasm backend 2023-06-10 22:52:22 +02:00
pubspec.yaml Update to stable sqlite3 package 2023-06-17 22:19:31 +02:00

README.md

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.