mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-05-01 09:21:03 -05:00
9 lines
327 B
JavaScript
9 lines
327 B
JavaScript
jest.autoMockOff()
|
|
|
|
const { defineTest } = require('jscodeshift/dist/testUtils')
|
|
|
|
defineTest(__dirname, 'usePluginPreset', null, 'default')
|
|
defineTest(__dirname, 'usePluginPreset', null, 'customConfig')
|
|
defineTest(__dirname, 'usePluginPreset', null, 'require')
|
|
defineTest(__dirname, 'usePluginPreset', null, 'templateLiteral')
|