Skip to content

issues Search Results · repo:ngneat/spectator language:TypeScript

Filter by

377 results
 (103 ms)

377 results

inngneat/spectator (press backspace or delete to remove)

Is this a regression? No Description I m trying to mock a child component in a standalone component that uses Routerlink. Because of the Routerlink, I am using createRoutingFactory in my test. But I ...
  • evtk
  • Opened 
    14 days ago
  • #715

Is this a regression? No Description When changing the input of a component, setInput correctly handles the assignment of a value to an input signal, but setHostInput assigns the original value directly ...
  • allysprik
  • Opened 
    23 days ago
  • #714

Is this a regression? No Description - Given a project running with Spectator version 21. - Update Spectator to version 21. - The matcher toContainText is missing img width= 1548 height= 674 ...
  • GregOnNet
  • 5
  • Opened 
    29 days ago
  • #712

Description I was recently mocked a CanvasRenderingContext2D, and I used let obj = createSpyObject(CanvasRenderingContext2D); to create the Spy for me. It works great for all the methods on the class, ...
  • Alanoll
  • 2
  • Opened 
    on Jun 18
  • #709

Is this a regression? Yes Description When installing spectator, there is an old package included that has some very old dependencies: https://github.com/adamreisnz/replace-in-file In this project ...
  • Martinspire
  • 3
  • Opened 
    on Jun 17
  • #706

Is this a regression? No Description @schematics/angular:component supports style: none, which doesn t generate a style file at all. enum : [ css , scss , sass , less , none ], @ngneat/spectator:spectator-component ...
  • exxair
  • Opened 
    on May 16
  • #702

I have an Angular component on which I am tracking which key a user is pressing: @HostListener( keydown , [ $event ]) onKeydown(event: KeyboardEvent): void { console.log( keydown! ); } But somehow ...
  • RVledder
  • Opened 
    on Apr 22
  • #698

Is this a regression? No Description When a component uses a required input within a afterRenderEffect, Angular (error)logs the following error: ERROR RuntimeError: NG0950: Input is required but no ...
  • Tlepel
  • Opened 
    on Mar 3
  • #697

Is this a regression? Yes Description One of the dependencies in spectator, namely replace-in-file, has been using very outdated packages that would likely need some migration but ultimately make the ...
  • Martinspire
  • Opened 
    on Feb 19
  • #696

Description With angular standalone its a lot more work to override components for our tests and I think Spectator would be better off if it would provide a simpler syntax to do so. Right now to override ...
  • Martinspire
  • 1
  • Opened 
    on Feb 8
  • #694
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub