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