@@ -27,7 +27,7 @@ describe('htmlToSsml', () => {
})
})
describe('a file with nested elements', () => {
- it('should collapse spans into the parent paragraph', () => {
+ xit('should collapse spans into the parent paragraph', () => {
const ssml = htmlToSsml(
`
@@ -56,7 +56,7 @@ describe('htmlToSsml', () => {
`
this is in the first paragraphthis is in the second spanthis is also in the first paragraph
`.trim()
)
})
- it('should extract child paragraphs to the top level', () => {
+ xit('should extract child paragraphs to the top level', () => {
const ssml = htmlToSsml(
`
@@ -76,7 +76,7 @@ describe('htmlToSsml', () => {
`
this is in the first paragraphthis is in the second paragraphthis is also in the first paragraph
`.trim()
)
})
- it('should hoist paragraphs in spans to the top level', () => {
+ xit('should hoist paragraphs in spans to the top level', () => {
const ssml = htmlToSsml(
`
@@ -94,7 +94,7 @@ describe('htmlToSsml', () => {
const text = ssml[0].textItems.join('').trim()
expect(text).to.equal(`TBD`.trim())
})
- it('should hoist lists to the top level', () => {
+ xit('should hoist lists to the top level', () => {
const ssml = htmlToSsml(
`
@@ -112,7 +112,7 @@ describe('htmlToSsml', () => {
const text = ssml[0].textItems.join('').trim()
expect(text).to.equal(`TBD`.trim())
})
- it('should hoist headers to the top level', () => {
+ xit('should hoist headers to the top level', () => {
const ssml = htmlToSsml(
`
@@ -130,7 +130,7 @@ describe('htmlToSsml', () => {
const text = ssml[0].textItems.join('').trim()
expect(text).to.equal(`TBD`.trim())
})
- it('should hoist blockquotes to the top level', () => {
+ xit('should hoist blockquotes to the top level', () => {
const ssml = htmlToSsml(
`
@@ -150,7 +150,7 @@ describe('htmlToSsml', () => {
})
})
describe('a file with blockquotes', () => {
- it('should convert Html to SSML with complimentary voices', () => {
+ xit('should convert Html to SSML with complimentary voices', () => {
const ssml = htmlToSsml(
`