drift/extras/integration_tests/web_wasm
Simon Binder 220c7125a3
Update to lints 3.0.0
2023-11-16 21:25:21 +01:00
..
lib chore: Re-run build runner 2023-09-21 11:36:39 +08:00
test Add wasm setup APIs with custom workers (#2638) 2023-09-27 23:05:44 +02:00
tool Add wasm integration test using the database 2023-06-11 17:44:04 +02:00
web Add wasm setup APIs with custom workers (#2638) 2023-09-27 23:05:44 +02:00
.gitignore Add first integration test for new wasm backend 2023-06-10 22:52:22 +02:00
README.md typo fix 2023-08-14 18:25:18 -04: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 lints 3.0.0 2023-11-16 21:25:21 +01: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/serve_manually.dart to start a web server hosting the test content on http://localhost:8080.