chore(@vant/use): remove vuepress

This commit is contained in:
chenjiahan
2021-06-04 17:55:21 +08:00
committed by neverland
parent ff822e4367
commit 1000724826
5 changed files with 43 additions and 7185 deletions
-1
View File
@@ -4,7 +4,6 @@ test('raf', async () => {
const spy = jest.fn();
raf(spy);
// await later(50);
expect(spy).toHaveBeenCalledTimes(1);
cancelRaf(1);
});