Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 445 Bytes

NOTES.md

File metadata and controls

16 lines (10 loc) · 445 Bytes

Notes

Testing

Running tests with dart can be done using the following command:

dart test

Unfortunately, due to a service worker being required, the tests will not run as expected. This is because the service worker is not registered at the time of running the test - this will be addressed in future as tests are fundamental for this type of feature. This can be observed with:

flutter test --platform chrome