MCPcopy
hub / github.com/lavas-project/lavas / syncConfig

Function syncConfig

packages/lavas-core-vue/test/utils.js:17–20  ·  view source on GitHub ↗
(lavasCore, config)

Source from the content-addressed store, hash-verified

15export const isKoaSupport = semver.gte(process.versions.node, '7.6.0');
16
17export function syncConfig(lavasCore, config) {
18 lavasCore.config = config;
19 lavasCore.builder.init(config);
20}
21
22/**
23 * get test agent for Koa or express

Callers 12

vuetify.jsFile · 0.90
spa.jsFile · 0.90
error.jsFile · 0.90
ssr.jsFile · 0.90
production.test.jsFile · 0.90
workbox.test.jsFile · 0.90
keep-alive.jsFile · 0.90

Calls 1

initMethod · 0.45

Tested by

no test coverage detected