MCPcopy
hub / github.com/codeceptjs/CodeceptJS / deepMerge

Function deepMerge

lib/utils.js:17–19  ·  view source on GitHub ↗
(target, source)

Source from the content-addressed store, hash-verified

15import { spawnSync } from 'child_process'
16
17function deepMerge(target, source) {
18 return merge(target, source)
19}
20
21export const genTestId = test => {
22 return clearString(crypto.createHash('sha256').update(test.fullTitle()).digest('base64').slice(0, -2))

Callers 6

appendMethod · 0.90
createMethod · 0.90
appendMethod · 0.90
coverage.jsFile · 0.90
updateHelperConfigFunction · 0.90
runTests.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected