Skip to content

Internal: making tests run faster #7497

@hzoo

Description

@hzoo

A lot of things to look into/have changed that may of resulted in this

  • Adding Node 9 (do we have to test against this?)
  • Switching to jest - is it slower or faster?
    • It's nice that it splits by test so we can check the slow tests
  • cli tests are really slow (can we consolidate, or mock)
  • we added preset-env
  • we added babylon
  • we have babel-standalonee/env webpack build
    -is it possible to just use @babel/core and merge standalone api into it so we don't have to build it out? With the new repl we would be able to get new deps? Although not sure how it works in regards to per PR builds/artifacts.
  • investigate not running or only running certain tests if only certain files change. (although we tried multiple times to not run if it was only a markdown change but that had so many issues for us earlier)

Metadata

Metadata

Assignees

No one assigned

    Labels

    area: testshelp wantedoutdatedA closed issue/PR that is archived due to age. Recommended to make a new issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions