chore(@vant/use): remove vuepress
This commit is contained in:
@@ -4,7 +4,6 @@ test('raf', async () => {
|
||||
const spy = jest.fn();
|
||||
raf(spy);
|
||||
|
||||
// await later(50);
|
||||
expect(spy).toHaveBeenCalledTimes(1);
|
||||
cancelRaf(1);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user