hex13 / atom-lupa

Atom extension which displays outline for JavaScript files
MIT License
41 stars 4 forks source link

TODO: Need for regresssion tests #19

Closed hex13 closed 8 years ago

hex13 commented 8 years ago

bugs from #14 and #18

pseudocode:

  1. open settings pane item
  2. activate lupa
  3. click Index Project
  4. it should not crash
hex13 commented 8 years ago

it should be written in this file: https://github.com/hex13/atom-lupa/blob/master/spec/atom-lupa-spec.js

hex13 commented 8 years ago

Done. It couldn't be done in file above because state from previous spec messed with new spec. I've created new file: https://github.com/hex13/atom-lupa/blob/7145f0f05da449a9c6ee0d2cd9158ee3ae197854/spec/atom-lupa-2-spec.js