ember-rollup
ember-rollup copied to clipboard
Repro issue where test breaks if run twice
Test fails if copied (essentially run twice). Meaning that there's probably some state persisted that needs to be cleaned up.
If you remove the fs.removeSync(path.join(path.dirname(${__dirname}), '/tmp')); from afterEach, the tests pass.