This commit is contained in:
cookfront
2017-04-12 20:19:24 +08:00
parent 5c389968f7
commit 85fe17deaf
2 changed files with 4 additions and 7 deletions

View File

@@ -2,13 +2,6 @@ import Badge from 'packages/badge';
import BadgeGroup from 'packages/badge-group';
import { mount } from 'avoriaz';
describe('Badge', () => {
let wrapper;
afterEach(() => {
wrapper && wrapper.destroy();
});
});
describe('BadgeGroup', () => {
let wrapper;
afterEach(() => {