UNPKG

@nuxt/test-utils

Version:

Test utilities for Nuxt

13 lines (12 loc) 512 B
//#region src/runtime/mocks/vue-devtools.ts const functions = []; function createRpcServer() {} const devtools = { init() {} }; function addCustomCommand() {} function addCustomTab() {} function onDevToolsClientConnected() {} function onDevToolsConnected() {} function removeCustomCommand() {} function setupDevToolsPlugin() {} //#endregion export { addCustomCommand, addCustomTab, createRpcServer, devtools, functions, onDevToolsClientConnected, onDevToolsConnected, removeCustomCommand, setupDevToolsPlugin };