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

Consolidates Jest configuration files and scripts #82671

Merged
merged 6 commits into from
Nov 13, 2020

Commits on Nov 12, 2020

  1. Consolidates Jest configuration

    Jest tests are currently organized into main configuration files (src/dev/jest/config.js and x-pack/dev-tools/jest/create_jest_config.js). Both of these are similar, but very slightly due to  previously being in separate repositories. This change consolidates the scripts referenced in those configs and moves them to the `@kbn/test` project.
    
    OSS contained an alias for `test_utils`. Those aliases have been removed in favor of importing these utilities from `@kbn/test/jest`
    
    Blocker to elastic#72569
    
    Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
    Tyler Smalley committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    360843e View commit details
    Browse the repository at this point in the history
  2. Removes rest of x-pack/test_utils

    Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
    Tyler Smalley committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    cee11cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d331994 View commit details
    Browse the repository at this point in the history
  4. Adds testbed README

    Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
    Tyler Smalley committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    9f0e49d View commit details
    Browse the repository at this point in the history
  5. Revert newline

    Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
    Tyler Smalley committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    47c6d4c View commit details
    Browse the repository at this point in the history
  6. Revert newline

    Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
    Tyler Smalley committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    e02d309 View commit details
    Browse the repository at this point in the history