Skip to content

Commit

Permalink
zmarkdown: remove python-zmarkdown tests that are now invalid
Browse files Browse the repository at this point in the history
  • Loading branch information
vhf committed Aug 9, 2018
1 parent 07e013b commit 69e9fd1
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 36 deletions.
17 changes: 0 additions & 17 deletions packages/zmarkdown/__tests__/fixtures/misc/funky-list.html

This file was deleted.

9 changes: 0 additions & 9 deletions packages/zmarkdown/__tests__/fixtures/misc/funky-list.txt

This file was deleted.

5 changes: 0 additions & 5 deletions packages/zmarkdown/__tests__/old-html-suite.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -378,11 +378,6 @@ describe('#misc', () => {
return expect(renderFile()(filepath)).resolves.toHTML(loadFixture(filepath).trim())
})

it(`properly renders funky-list.txt`, function () {
const filepath = `${dir}/funky-list.txt`
return expect(renderFile()(filepath)).resolves.toHTML(loadFixture(filepath).trim())
})

it(`properly renders h1.txt`, () => {
const filepath = `${dir}/h1.txt`
return expect(renderFile()(filepath)).resolves.toHTML(loadFixture(filepath).trim())
Expand Down
5 changes: 0 additions & 5 deletions packages/zmarkdown/__tests__/old-suite-latex.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -336,11 +336,6 @@ describe('#misc', () => {
return expect(renderFile()(filepath)).resolves.toMatchSnapshot()
})

it.skip(`properly renders funky-list.txt`, function () {
const filepath = `${dir}/funky-list.txt`
return expect(renderFile()(filepath)).resolves.toMatchSnapshot()
})

it(`properly renders h1.txt`, () => {
const filepath = `${dir}/h1.txt`
return expect(renderFile()(filepath)).resolves.toMatchSnapshot()
Expand Down

0 comments on commit 69e9fd1

Please sign in to comment.