This file contains 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
const props = { | |
component: <Text text="Something" />, | |
} | |
it('Gives the right property', () => { | |
const wrapper = render(props); | |
expect(wrapper.props()).toMatchObject(props); // This fails with no visual differences between the expected and received. | |
}); |
This file contains 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
" Plugins | |
call plug#begin('~/.vim/plugged') | |
Plug 'pangloss/vim-javascript' | |
Plug 'jelera/vim-javascript-syntax', {'autoload':{'filetypes':['javascript']}} | |
Plug 'w0ng/vim-hybrid' | |
Plug 'scrooloose/nerdtree' |
This file contains 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
sdaf |