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

Mocked type is missing in '@suites/unit' #426

Open
2 of 4 tasks
michaelcai opened this issue Sep 3, 2024 · 1 comment
Open
2 of 4 tasks

Mocked type is missing in '@suites/unit' #426

michaelcai opened this issue Sep 3, 2024 · 1 comment
Labels
bug Something isn't working hacktoberfest Hacktoberfest

Comments

@michaelcai
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Current behavior

Description:
The @suites/unit package does not export the Mocked type as expected. When trying to import the Mocked type from @suites/unit using:

import { TestBed, Mocked } from '@suites/unit';

I receive the following error message:
Module '"@suites/unit"' has no exported member named 'Mocked'.

Minimum reproduction code

no

Steps to reproduce

No response

Expected behavior

Please include the Mocked type in the package's exports, or provide documentation for an alternative way to mock objects if the Mocked type has been deprecated or replaced.

Suites version

3.0.0

Node.js version

20.16.0

In which operating systems have you tested?

  • macOS
  • Windows
  • Linux

Other

No response

@omermorad
Copy link
Collaborator

Hi,

Thank you for submitting this issue. I'll take a look and update here soon!

@omermorad omermorad added hacktoberfest Hacktoberfest bug Something isn't working labels Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working hacktoberfest Hacktoberfest
Projects
None yet
Development

No branches or pull requests

2 participants