Skip to content

Fixes #1628 ~ Fix types/jasmine to 2.5.45 #1640

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

Closed
wants to merge 1 commit into from

Conversation

SebHeuze
Copy link

  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
    Bug fix E2E tests currently do not compile out of the box #1628

  • What is the current behavior? (You can also link to an open issue here)
    npm run test fail with error
    ERROR in [at-loader] src/app/app.e2e.ts:12:29
    TS2345: Argument of type 'string' is not assignable to parameter of type 'Expected<Promise>'.

  • What is the new behavior (if this is a feature change)?
    Fixing the typing version fix the build

  • Other information:
    Fixing the typing version seems to be a good practice since it can break the build at any moment

@colinskow
Copy link
Contributor

@SebHeuze thank you very much for the pull request. This was handled by #1691

@colinskow colinskow closed this Apr 23, 2017
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

Successfully merging this pull request may close these issues.

E2E tests currently do not compile out of the box
2 participants