tester-jest icon indicating copy to clipboard operation
tester-jest copied to clipboard

It stopped working

Open inakiabt opened this issue 7 years ago • 8 comments

tester + tester-jest were awesomely working all this time, but suddenly it stopped working 😢 When I save the test file nothing happens, I don't see the test being tested and no output is being shown (no errors in developer console either). I got same results if I manually run tests with "Test" button or "Test" option in the contextual menu.

I tried to reinstall both packages but with same results.

Which information should I share to debug my issue?

inakiabt avatar Feb 16 '18 16:02 inakiabt

Same for me. After upgrading tester-jest to version 1.2.0, nothing happens if I execute my tests. I was able to get everything working again by downgrading to the previous version 1.1.8.

apm uninstall tester-jest
apm install [email protected]

edit: Thx @thejamespower. Fixed typo

stefankolb avatar Feb 22 '18 09:02 stefankolb

Typo in above ^. Should be:

apm uninstall tester-jest
apm install [email protected]

:)

thejamespower avatar Feb 22 '18 10:02 thejamespower

@thejamespower That doesn't seem to do anything for me.

I installed this package today, was so excited too. Any way I can debug what is going on?

Edit: I lied, I restarted Atom twice and now it seems to be fine with v1.1.8. Thanks @thejamespower

hvolschenk avatar Feb 26 '18 15:02 hvolschenk

FYI: I upgraded to version 1.2.2 (from 1.1.8) and everything works.

stefankolb avatar Feb 27 '18 08:02 stefankolb

@stefankolb that didn't work for me 😢 1.1.8 works, I'll use that version in the meantime.

inakiabt avatar Feb 27 '18 15:02 inakiabt

I also had to downgrade to 1.1.8.

jasonmorita avatar Mar 07 '18 22:03 jasonmorita

me too.

yuanzhanghu avatar Mar 10 '18 02:03 yuanzhanghu

You can use 1.2.4 for a while until you restart atom. 1.1.8 has no this issue.

yuanzhanghu avatar Mar 10 '18 02:03 yuanzhanghu