Skip to content

Commit

Permalink
unskip test
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasnteireho authored Oct 2, 2024
1 parent c7c5b52 commit 8fd8f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/routes/assemble.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ describe('POST /api/assemble', function () {
done()
})
})
it.skip('assembles basic templates correctly', function (done) {
it('assembles basic templates correctly', function (done) {
// Set a longer timeout, otherwise the PDF generation will fail
this.timeout(5000)

Expand Down

0 comments on commit 8fd8f0f

Please sign in to comment.