From fdb45ba9ba6aa97a2cb67c206ed4a9c470390d0e Mon Sep 17 00:00:00 2001 From: Matteo Cargnelutti Date: Thu, 20 Jul 2023 11:11:39 -0400 Subject: [PATCH] Update index.test.js --- index.test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.test.js b/index.test.js index 1f5d534..dcd858a 100644 --- a/index.test.js +++ b/index.test.js @@ -185,7 +185,7 @@ test('WACZ.process runs the entire process and writes a valid .wacz to disk, acc // const options = { input: FIXTURE_INPUT, - output: 'tmp.wacz', + output: '../tmp.wacz', url: 'https://lil.law.harvard.edu', title: 'WACZ Title', description: 'WACZ Description', @@ -203,7 +203,7 @@ test('WACZ.process runs the entire process and writes a valid .wacz to disk, acc 'hello.txt' ) - await archive.process() + await archive.process(false) // // Load up resulting WACZ to check that everything worked