This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
If missing the local changes tab under the Git tool, open preferences and uncheck "Use non-modal commit interface": https://intellij-support.jetbrains.com/hc/en-us/community/posts/360008229959-Version-control-local-changes-tab-missing-in-2020-1 | |
Turn off blame highlights: ctrl+shift+b |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import $NAME from './$NAME'; | |
describe('$NAME', () => { | |
beforeEach(() => { | |
}); | |
it('does', () => { | |