Skip to content

Commit

Permalink
update test to reflect new structure
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Boothe <git@rootwork.org>
  • Loading branch information
rootwork committed Nov 15, 2021
1 parent b9c904a commit b1c5813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mjml-bullet-list.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function toHtml (mjml) {
return conversion.html
}

const data = fs.readFileSync('./examples/index.mjml', 'utf8')
const data = fs.readFileSync('./docs/example.mjml', 'utf8')

describe('mjml-list', () => {
beforeAll(() => {
Expand Down

0 comments on commit b1c5813

Please sign in to comment.