feat(cli): support jest canvas mock

This commit is contained in:
陈嘉涵
2019-12-18 15:42:41 +08:00
parent cee0bfa0e1
commit bb223d9d18
3 changed files with 27 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
import Vue from 'vue';
import 'jest-canvas-mock';
// @ts-ignore
import Package from '../../dist/package-entry';