Skip to content

Commit

Permalink
Merge a873a91 into 0b53d71
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Jun 3, 2019
2 parents 0b53d71 + a873a91 commit d92a176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plugins/package/lib/zipService.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ describe('zipService', () => {
});

it('should return excludes and includes if an error is thrown in the global scope', () => {
globbySyncStub.rejects();
globbySyncStub.throws();

return expect(packagePlugin.excludeDevDependencies(params)).to.be
.fulfilled.then((updatedParams) => {
Expand Down

0 comments on commit d92a176

Please sign in to comment.