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

chore: normalize NPM scripts #1285

Merged
merged 2 commits into from
Mar 8, 2020

Conversation

aslushnikov
Copy link
Collaborator

This patch:

  • makes npm run cunit/wunit/funit and npm run ctest/ftest/wtest run
    browser-specific tests only
  • makes npm run unit and npm run test run all browser tests
  • runs all our infrastructure tests as part of npm run lint

As a result, if there's one test to be tested across all three browsers,
you can focus it and do npm run test. ☀️

This patch:
- makes `npm run cunit/wunit/funit` and `npm run ctest/ftest/wtest` run
browser-specific tests only
- makes `npm run unit` and `npm run test` run *all* browser tests
- runs *all* our infrastructure tests as part of `npm run lint`

As a result, if there's one test to be tested across all three browsers,
you can focus it and do `npm run test`;
@aslushnikov aslushnikov merged commit 071ee06 into microsoft:master Mar 8, 2020
@aslushnikov aslushnikov deleted the normalize-scripts branch March 8, 2020 01:09
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.

2 participants