chore: format test cases

This commit is contained in:
chenjiahan
2020-03-15 11:04:29 +08:00
parent 66c0b3c1b7
commit c7e51158aa
6 changed files with 39 additions and 39 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ test('create a forbidClick toast', async () => {
).toBeFalsy();
});
it('toast disappeared after duration', async () => {
test('toast disappeared after duration', async () => {
const toast = Toast({
duration: 10,
});