ember-rollup icon indicating copy to clipboard operation
ember-rollup copied to clipboard

Repro issue where test breaks if run twice

Open asakusuma opened this issue 7 years ago • 0 comments

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.

asakusuma avatar Aug 07 '18 03:08 asakusuma