This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(tests): update the mdToast hide test
In the `should hide after duration` unit test, an option value is provided to the parameter `hideTimeout`. This option is not valid and should be `hideDelay`. The test passes because the toast will default to hide after 3000 anyway. Fixes #2728. Closes #2729.
- Loading branch information