From 8fd8f0fc1cecc326a1d199c3fc3e163417d47a68 Mon Sep 17 00:00:00 2001 From: Tobias Nteireho Date: Wed, 2 Oct 2024 18:16:40 -0500 Subject: [PATCH] unskip test --- test/routes/assemble.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/routes/assemble.js b/test/routes/assemble.js index 13bd310c..1fbeed87 100644 --- a/test/routes/assemble.js +++ b/test/routes/assemble.js @@ -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)