Remove .only from existing tests. Add markdown test cases for heading elements.

This commit is contained in:
Owen Conti
2017-10-08 10:13:09 -06:00
parent a5763a56cc
commit 1785d48746
3 changed files with 40 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ import { fromJS } from "immutable"
import Info from "components/info"
import Markdown from "components/providers/markdown"
describe.only("<Info/> Sanitization", function(){
describe("<Info/> Sanitization", function(){
const dummyComponent = () => null
const components = {
Markdown