chore: bump eslint config and format code (#9223)

This commit is contained in:
neverland
2021-08-10 10:49:32 +08:00
committed by GitHub
parent 9e55e28a43
commit c34c629ba3
9 changed files with 364 additions and 458 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ test('clear multiple toast', async () => {
Toast.allowMultiple(false);
});
test('remove toast DOM when cleared in multiple mode', async function () {
test('remove toast DOM when cleared in multiple mode', async () => {
Toast.allowMultiple();
Toast.clear(true);
const toast = Toast({ className: 'remove-toast' });