Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Topic/6 mock constructor #15

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Topic/6 mock constructor #15

wants to merge 7 commits into from

Commits on Oct 10, 2024

  1. feat(spyconstructor): add spyConstructor function

    Add new spyConstructor function to extends jest
    mts88 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    9b4b905 View commit details
    Browse the repository at this point in the history
  2. chore: remove mocks from final build

    Exclude __mocks__ folder from the final build
    mts88 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    28470c7 View commit details
    Browse the repository at this point in the history
  3. ci(pull_request.yml): add report from linting

    Generate the report from linting
    mts88 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    666c52d View commit details
    Browse the repository at this point in the history
  4. build(jest.config.js): remove index files from coverage

    Exclude index files from coverage
    mts88 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    e481de6 View commit details
    Browse the repository at this point in the history
  5. build: fix coverage

    mts88 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    f3757ee View commit details
    Browse the repository at this point in the history
  6. chore: fix index path

    mts88 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    a0b2da3 View commit details
    Browse the repository at this point in the history
  7. chore: add jest as peerDependencies

    Require jest as a peerDependencies
    mts88 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    3675ff9 View commit details
    Browse the repository at this point in the history