()
| 60 | |
| 61 | module.exports = class EmberCLIFixturifyProject extends FixturifyProject { |
| 62 | writeSync() { |
| 63 | super.writeSync(...arguments); |
| 64 | this._hasWritten = true; |
| 65 | } |
| 66 | |
| 67 | addFiles(filesObj) { |
| 68 | merge(this.files, filesObj); |
no outgoing calls
no test coverage detected