UNPKG

vue-cli-plugin-weex

Version:
12 lines (9 loc) 267 B
const generateWithPlugin = require('@vue/cli-test-utils/generateWithPlugin') test('weex', async () => { const { pkg } = await generateWithPlugin({ id: 'weex', apply: require('../generator'), options: {} }) expect(pkg.scripts.weex).toBeTruthy() })