0.0.6 • Published 5 months ago
jest-webgpu-mock v0.0.6
jest-webgpu-mock
Mock WebGPU for Jest
This package is under construction, I will expand it as I need it for other projects I am developing. If you want to contribute, you are welcome [:
npm install jest-webgpu-mock
update your jest configuration to include the setup file:
module.exports = {
...
setupFiles: ["jest-webgpu-mock"],
};