https://github.com/danielcornock/jasmine-jest-automock
🧪 Two separate npm packages for creating mocks of instance classes using either jest or jasmine.
https://github.com/danielcornock/jasmine-jest-automock
Last synced: 16 days ago
JSON representation
🧪 Two separate npm packages for creating mocks of instance classes using either jest or jasmine.
- Host: GitHub
- URL: https://github.com/danielcornock/jasmine-jest-automock
- Owner: danielcornock
- Created: 2020-12-19T22:27:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-06T13:30:44.000Z (almost 3 years ago)
- Last Synced: 2025-02-26T03:34:53.716Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 198 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Automock
This repo contains two npm packages, one for jest and one for jasmine.
They both enable automatic mocks of instance classes.
Please see the README files for each project individually for usage.