mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Better tests
This commit is contained in:
@@ -157,6 +157,8 @@ describe('CSSPropertyOperations', function() {
|
||||
spyOn(console, 'warn');
|
||||
|
||||
CSSPropertyOperations.createMarkupForStyles({
|
||||
fontFamily: 'Helvetica, arial',
|
||||
backgroundImage: 'url(foo;bar)',
|
||||
backgroundColor: 'blue;',
|
||||
color: 'red; '
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user