MCPcopy Create free account
hub / github.com/log4js-node/log4js-node / testPattern

Function testPattern

test/tap/layouts-test.js:9–11  ·  view source on GitHub ↗
(assert, layout, event, tokens, pattern, value)

Source from the content-addressed store, hash-verified

7
8// used for patternLayout tests.
9function testPattern(assert, layout, event, tokens, pattern, value) {
10 assert.equal(layout(pattern, tokens)(event), value);
11}
12
13test('log4js layouts', (batch) => {
14 batch.test('colouredLayout', (t) => {

Callers 1

layouts-test.jsFile · 0.85

Calls 1

layoutFunction · 0.50

Tested by

no test coverage detected