question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Watch mode not working

See original GitHub issue

Is this a bug report or a feature request?

Please specify whether this is a feature request 🎁 or a bug 🐛: bug

Version Info

  • Version of Majestic: 1.1.0
  • Version of Jest: 23.5.0
  • Version of Node: 8.9.1
  • Operating System: linux

Reproduction Repo

https://github.com/hoschi/yode

  • Go to core packages: cd packages/core
  • Run majestic
  • Change a assertion in a editor, eg. line 22 expect(result.functions).toHaveLength(0) from 0 to 1

Expected: Tests were run again like in jests watch mode Actual: Nothing happens

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
mcastrecommented, Mar 28, 2019

Ah ok, now its working as expected. Nice! I think the UX works as is, just needs some documentation on how to enable it correctly.

0reactions
kevinbarabashcommented, May 12, 2019

I was confused by this as well. I feel like toggling the “watch mode” button should rerun the tests.

Read more comments on GitHub >

github_iconTop Results From Across the Web

build-storybook watch mode not working · Issue #15946 - GitHub
Running build-storybook with the -w or --watch flags do not run the storybook build in watch mode. The build runs once and ends....
Read more >
Running Jest in watch mode not working
I'm trying to get Jest tests to rerun upon file change rather than restarting the tests all over I added --watch to the...
Read more >
webpack --watch isn't compiling changed files - Stack Overflow
@Lokesh webpack can watch files and recompile whenever they change. Watch mode is turned off by default so watch: true might work as...
Read more >
I'm not getting notifications on my watch - Android - Wear OS ...
If restarting doesn't work, try other troubleshooting steps below. Make sure to check your watch after each ... Make sure your watch isn't...
Read more >
Use Control Center on Apple Watch
Open or close Control Center ; Theater mode icon. Turn on theater mode. ; Walkie-Talkie icon. Make yourself available for Walkie-Talkie. ; Do...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found