Skip to content

Commit

Permalink
Add mock implementation for createAgent in ytdl-core
Browse files Browse the repository at this point in the history
  • Loading branch information
nukeop committed Oct 4, 2024
1 parent 209ef66 commit 9ba0eb5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/app/__mocks__/@distube/ytdl-core.ts
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
module.exports = {};
module.exports = {
createAgent: jest.fn()
};

0 comments on commit 9ba0eb5

Please sign in to comment.