Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Commit 78f3feb

Browse files
committed
workaround issues with libxml
lovell/sharp#1593
1 parent 59bb845 commit 78f3feb

File tree

508 files changed

+46
-47
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

508 files changed

+46
-47
lines changed

test/failure.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ test.beforeEach(async t => t.context.root = await mkdir());
99

1010
test('should fail gracefully if path to logo is wrong', async t => {
1111
const dist = path.join(t.context.root, 'dist');
12-
const logo = path.join(t.context.root, 'logo.png');
12+
const logo = path.join(t.context.root, 'missing.png');
1313

1414
try {
1515
await generate({
1.18 KB
1.39 KB
5.03 KB
109 Bytes
22.4 KB
3 Bytes
42.2 KB
282 Bytes
361 Bytes

0 commit comments

Comments
 (0)