An exploration of the different render methods available in react-enzyme.
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
// Future versions of Hyper may add additional config options, | |
// which will not automatically be merged into this file. | |
// See https://hyper.is#cfg for all currently supported options. | |
module.exports = { | |
config: { | |
// choose either `'stable'` for receiving highly polished, | |
// or `'canary'` for less polished but more frequent updates | |
updateChannel: 'stable', |
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
Show hidden characters
// Modified to highlight JavaScript unquoted object keys. | |
{ | |
"name": "Mariana (Modified)", | |
"author": "Sublime HQ Pty Ltd, Dmitri Voronianski", | |
"variables": | |
{ | |
"black": "hsl(0, 0%, 0%)", | |
"blue": "hsl(210, 50%, 60%)", | |
"blue2": "hsl(209, 13%, 35%)", | |
"blue3": "hsl(210, 15%, 24%)", |
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
{ | |
"always_show_minimap_viewport": true, | |
"auto_complete": true, | |
"auto_complete_commit_on_tab": false, | |
"auto_complete_with_fields": true, | |
"auto_indent": true, | |
"bold_folder_labels": true, | |
"caret_extra_width": 2, | |
"caret_style": "solid", | |
"color_scheme": "Packages/User/SublimeLinter/Candyman (SL).tmTheme", |