Skip to content

Commit

Permalink
Created index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rajRishi22 authored Nov 14, 2024
1 parent bf98e23 commit 0bc5f9e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions apps/generator/test/__mocks__/pacote/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
const pacote=jest.genMockFromModule('pacote');
pacote.manifest=jest.fn(async (templateName)=>{
return{
name:'test'
};
});
module.exports=pacote;

0 comments on commit 0bc5f9e

Please sign in to comment.