How to use the radium.TestMode function in radium

To help you get started, we’ve selected a few radium examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github DefinitelyTyped / DefinitelyTyped / radium / radium-tests.tsx View on Github external
background: "green"
                            },
                            body: {
                                textAlign: "center"
                            }
                        }}
                        >
                    
                
            
        )
    }
}


Radium.TestMode.enable();