Skip to content

Commit

Permalink
Add platform utility support
Browse files Browse the repository at this point in the history
  • Loading branch information
ncalteen committed Jan 7, 2025
1 parent 55fe4f5 commit 5e9b79c
Show file tree
Hide file tree
Showing 12 changed files with 1,881 additions and 91 deletions.
9 changes: 9 additions & 0 deletions __fixtures__/exec.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import { jest } from '@jest/globals'

export const exec = jest.fn().mockImplementation(() => {})
export const getExecOutput = jest.fn().mockImplementation(() => {})

export default {
exec,
getExecOutput
}
Loading

0 comments on commit 5e9b79c

Please sign in to comment.