atom / archive-view

Open compressed files in Atom
MIT License
31 stars 32 forks source link

Fix async timing issue in tests #63

Closed jasonrudolph closed 6 years ago

jasonrudolph commented 6 years ago

Prior to this change, spec/archive-editor-spec.js made use of async operations, but it didn't use the requisite async spec helpers. This led to flaky test failures like the one seen in https://circleci.com/gh/atom/atom/7468.