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

createSpyObj requires a non-empty array or object of method names to create spies for #15

Open
amr-ibrahem opened this issue Nov 23, 2022 · 0 comments

Comments

@amr-ibrahem
Copy link

getting this error

  fakeRouter = jasmine.createSpyObj<Router>("Router", []);
  fakeAuthenticationService = jasmine.createSpyObj<AuthenticationService>("AuthenticationService", []);

error log

Chrome Headless 107.0.5304.107 (Windows 10) AppComponent should create FAILED
        Failed: createSpyObj requires a non-empty array or object of method names to create spies for
            at failCallback (node_modules/zone.js/dist/zone-testing.js:1369:46)
            at apply (node_modules/zone.js/dist/zone-testing.js:1427:25)
    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant