Skip to content

Commit

Permalink
fix jest test
Browse files Browse the repository at this point in the history
  • Loading branch information
jloleysens committed May 5, 2022
1 parent b7e64e9 commit 0530b6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ describe('ensureDownloaded', () => {
])
);
expect(readdirSync(path.resolve(`${paths.archivesPath}/arm64`))).toEqual(
expect.arrayContaining(['chrome-mac.zip', 'chromium-70f5d88-linux_arm64.zip'])
expect.arrayContaining(['chrome-mac.zip', 'chromium-70f5d88-locales-linux_arm64.zip'])
);
});

Expand Down

0 comments on commit 0530b6a

Please sign in to comment.