Skip to content

Commit

Permalink
Merge a0986ed into 207d4c1
Browse files Browse the repository at this point in the history
  • Loading branch information
mdholloway committed Feb 6, 2020
2 parents 207d4c1 + a0986ed commit 6b3c519
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/features/pcs.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ describe('Page Content Service: transforms', () => {
return preq.post({
uri: `${server.config.baseURL()}/transform/wikitext/to/mobile-html/Main_Page`,
body: {
wikitext: '== Heading =='
wikitext: `== Heading ==
hello world`
}
})
.then((res) => {
Expand Down

0 comments on commit 6b3c519

Please sign in to comment.