MCPcopy
hub / github.com/ember-cli/ember-cli / checkEslintConfig

Function checkEslintConfig

tests/helpers-internal/fixtures.js:14–18  ·  view source on GitHub ↗
(fixturePath)

Source from the content-addressed store, hash-verified

12const currentAddonBlueprintVersion = require('@ember-tooling/classic-build-addon-blueprint/package').version;
13
14function checkEslintConfig(fixturePath) {
15 expect(file('eslint.config.mjs')).to.equal(
16 file(path.join(__dirname, '../fixtures', fixturePath, 'eslint.config.mjs'))
17 );
18}
19
20function checkFileWithJSONReplacement(fixtureName, fileName, targetPath, value) {
21 let fixturePath = path.join(__dirname, '../fixtures', fixtureName, fileName);

Callers 2

new-test.jsFile · 0.85
addon-test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…