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

feat: add testing utilities for components #2943

Merged
merged 2 commits into from
Feb 27, 2017

Commits on Feb 27, 2017

  1. feat: add testing utilities for components

    * Moves existing testing helpers to a testing folder in the core package.
    * The testing utilities currently consist of functions to create dom events and shorthands to dispatch them.
    * Also fixes that **releases** include components `spec.d.ts` files.
    
    The `core/testing` utilities are not includes in releases for now. It could be possible to expose them as part of the Component Toolkit.
    
    Closes angular#2902
    devversion committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    c0d8448 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    250204d View commit details
    Browse the repository at this point in the history