MCPcopy
hub / github.com/csscomb/csscomb.js / constructor

Method constructor

test/core/core_test.js:8–15  ·  view source on GitHub ↗
(context, config)

Source from the content-addressed store, hash-verified

6
7class CoreTest {
8 constructor(context, config) {
9 this.file = context.test.file;
10 this.syntax = context.test.parent.title;
11
12 this.Comb = Comb;
13 this.comb = new Comb();
14 if (config) this.comb.configure(config);
15 }
16
17 useConfig(name) {
18 let config = Comb.getConfig(name);

Callers

nothing calls this directly

Calls 1

configureMethod · 0.80

Tested by

no test coverage detected