[bugfix] Tab: should not have line animation when inited (#2459)

This commit is contained in:
neverland
2019-01-07 19:22:40 +08:00
committed by GitHub
parent 2c3458587e
commit dd20a170ab
3 changed files with 15 additions and 11 deletions

View File

@@ -93,5 +93,7 @@ test('change tabs data', async () => {
color: 'blue',
title1: 'new title1'
});
await later();
expect(wrapper).toMatchSnapshot();
});