Watch mode not working
See original GitHub issueIs 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:
- Created 5 years ago
- Comments:9 (4 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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.
I was confused by this as well. I feel like toggling the “watch mode” button should rerun the tests.