Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tw4l committed Aug 16, 2024
1 parent 6b8c919 commit 422d799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ test('WACZ constructor accounts for options.datapackageExtras if provided.', asy

test('WACZ constructor accounts for options.logDirectory if valid.', async (_t) => {
const archive = new WACZ({ input: FIXTURE_INPUT, logDirectory: LOG_DIR_FIXTURES_PATH })
assert.equal(archive.logDirectory, LOG_DIR_FIXTURES_PATH)
assert.equal(archive.logDir, LOG_DIR_FIXTURES_PATH)
})

test('addPage adds entry to pagesTree and turns detectPages off.', async (_t) => {
Expand Down

0 comments on commit 422d799

Please sign in to comment.