Giter Site home page Giter Site logo

Comments (7)

conor-mac-aoidh avatar conor-mac-aoidh commented on May 18, 2024

+1

I would also like this feature. Currently, I get this error using MockModule on a module that imports the CommonModule:

Failed: No Directive annotation found on [NgClass, NgComponentOutlet, NgForOf, NgIf, NgTemplateOutlet, NgStyle, NgSwitch, NgSwitchCase, NgSwitchDefault, NgPlural, NgPluralCase]

from ng-mocks.

ike18t avatar ike18t commented on May 18, 2024

@conor-mac-aoidh What if, as an alternate solution to that problem, the real CommonModule gets provided so you can test angular behavior side-effects?

from ng-mocks.

conor-mac-aoidh avatar conor-mac-aoidh commented on May 18, 2024

@ike18t I am importing CommonModule in my test. I think the problem arises because the module I am mocking using MockModule also imports CommonModule

from ng-mocks.

ike18t avatar ike18t commented on May 18, 2024

@conor-mac-aoidh

Out of curiosity, are you re-exporting CommonModule by chance? Currently MockModule is recursively iterating through the module's imports (which would include exports). Now that I think about it...that is probably not what it should be doing, but iterating over the exports instead.

Thoughts?

from ng-mocks.

conor-mac-aoidh avatar conor-mac-aoidh commented on May 18, 2024

@ike18t I am not re-exporting CommonModule in the module I am trying to mock, I am just importing it.

I agree with your assessment, only the exports of each module should be mocked. That should solve the issue of mocking a module that imports CommonModule, but it doesn't fix the structural directives issue in #1. Maybe I should open a new issue for this?

from ng-mocks.

ike18t avatar ike18t commented on May 18, 2024

@conor-mac-aoidh That would be great. Thanks!

from ng-mocks.

ike18t avatar ike18t commented on May 18, 2024

Structural directive support: 050e70c

from ng-mocks.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.