Skip to content

Commit 5e9b79c

Browse files
committed
Add platform utility support
1 parent 55fe4f5 commit 5e9b79c

12 files changed

+1881
-91
lines changed

__fixtures__/exec.ts

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
import { jest } from '@jest/globals'
2+
3+
export const exec = jest.fn().mockImplementation(() => {})
4+
export const getExecOutput = jest.fn().mockImplementation(() => {})
5+
6+
export default {
7+
exec,
8+
getExecOutput
9+
}

0 commit comments

Comments
 (0)