Remove .only from existing tests. Add markdown test cases for heading elements.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user