test(Notify): update test cases

This commit is contained in:
chenjiahan
2020-11-27 22:07:26 +08:00
parent 4b340477af
commit 1a63d586b1
5 changed files with 88 additions and 88 deletions
+4 -4
View File
@@ -52,14 +52,14 @@ function Notify(options) {
function defaultOptions() {
return {
type: 'danger',
message: '',
color: undefined,
background: undefined,
duration: 3000,
className: '',
message: '',
onClose: null,
onClick: null,
onOpened: null,
duration: 3000,
className: '',
background: undefined,
};
}