UNPKG

babel-preset-test-bundled-dependencies

Version:

Allow custom config for create-react-app without ejecting

18 lines 279 B
{ "name": "XML Namespace", "options": {}, "html": "<ns:tag>text</ns:tag>", "expected": [ { "type": "tag", "name": "ns:tag", "attribs": {}, "children": [ { "data": "text", "type": "text" } ] } ] }