jasmine-jquery
jasmine-jquery copied to clipboard
ReadMe docs for set(CSS) and appendSet(CSS)
In the documentation it shows an example for set css that looks like set('body {background: red}')
.
Should this instead be set('') at it appears that it is calling the same functions used for set(html) and appendSet(html) and the code does not appear to detect css and wrap it.