Skip to content

Commit

Permalink
Merge pull request #37 from harvard-lil/potential-test-fix
Browse files Browse the repository at this point in the history
Investigating issues running tests locally
  • Loading branch information
matteocargnelutti committed Jul 20, 2023
2 parents c76c238 + fdb45ba commit bf7c47b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.test.js
Expand Up @@ -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',
Expand All @@ -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
Expand Down

0 comments on commit bf7c47b

Please sign in to comment.