MCPcopy Index your code
hub / github.com/ember-cli/ember-cli / checkEmberCLIBuild

Function checkEmberCLIBuild

tests/helpers-internal/fixtures.js:40–44  ·  view source on GitHub ↗
(fixtureName, fileName)

Source from the content-addressed store, hash-verified

38}
39
40function checkEmberCLIBuild(fixtureName, fileName) {
41 let fixturePath = path.join(__dirname, '../fixtures', fixtureName, fileName);
42 let fixtureContents = fs.readFileSync(fixturePath, { encoding: 'utf-8' });
43 expect(file(fileName)).to.equal(fixtureContents);
44}
45
46module.exports = {
47 currentVersion,

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…