Skip to content

Commit

Permalink
feat(toast): newest on top added (#UID-1108)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Verbitskiy authored and lskramarov committed Feb 4, 2022
1 parent 19498eb commit 53b5329
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/mosaic/toast/toast.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ describe('ToastService', () => {
imports: [
ToastModule.forRoot({
position: ToastPosition.TOP_CENTER,
duration: 5000
duration: 5000,
newOnTop: true
})
]
})
Expand Down

0 comments on commit 53b5329

Please sign in to comment.