mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-04-29 08:20:08 -05:00
10 lines
328 B
JavaScript
10 lines
328 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')
|
|
|