Skip to content

Re-add TEST_ONLY and use Jest's -t for TEST_GREP.#7556

Merged
loganfsmyth merged 1 commit intobabel:masterfrom
loganfsmyth:allow-test-only
Mar 12, 2018
Merged

Re-add TEST_ONLY and use Jest's -t for TEST_GREP.#7556
loganfsmyth merged 1 commit intobabel:masterfrom
loganfsmyth:allow-test-only

Conversation

@loganfsmyth
Copy link
Copy Markdown
Member

Q                       A
Fixed Issues?
Patch: Bug Fix?
Major: Breaking Change?
Minor: New Feature?
Tests Added + Pass? Yes
Documentation PR
Any Dependency Changes?
License MIT

In #7455 we lost TEST_ONLY, but some of the docs still reference it.

I also changed TEST_GREP to use Jest's -t, which I think is more consistent with the behavior before #7455.

I actually successfully did something with Bash. Amazing.

@loganfsmyth loganfsmyth added the PR: Internal 🏠 A type of pull request used for our changelog categories label Mar 12, 2018
@loganfsmyth loganfsmyth requested a review from danez March 12, 2018 21:50
@danez
Copy link
Copy Markdown
Member

danez commented Mar 12, 2018

But this also means TEST_ONLY needs to match the complete package name and cannot be a simple subset.
But that's okay with me.

@babel-bot
Copy link
Copy Markdown
Collaborator

babel-bot commented Mar 12, 2018

Build successful! You can test your changes in the REPL here: https://babeljs.io/repl/build/7219/

@loganfsmyth
Copy link
Copy Markdown
Member Author

Oh I missed that TEST_ONLY could actually match a part of the package name, woops!

@loganfsmyth loganfsmyth merged commit 353d319 into babel:master Mar 12, 2018
@loganfsmyth loganfsmyth deleted the allow-test-only branch March 12, 2018 22:12
aminmarashi pushed a commit to aminmarashi/babel that referenced this pull request Mar 17, 2018
mAAdhaTTah added a commit to valtech-nyc/babel that referenced this pull request Mar 18, 2018
* master: (131 commits)
  v7.0.0-beta.42
  Use strict namespace behavior for mjs files. (babel#7545)
  Remove outdated spec deviation note [skip ci] (babel#7571)
  Ensure that the backward-compat logic for plugin-utils copies over the version API properly. (babel#7580)
  Rename actual/expected test files to input/output (babel#7578)
  Use helper-module-import inside entry plugin too
  Use helper-module-imports instead of custom import (babel#7457)
  Fix "Module build failed: Error: Cannot find module '@babel/types'" (babel#7575)
  Wrap wrapNativeSuper helpers in redefining functions for better tree-shakeability (babel#7188)
  Favour extends helper over objectWithoutProperties when whole object gets copied anyway (babel#7390)
  Fix incorrect value of _cache in _wrapNativeSuper (babel#7570)
  [transform-classes] Fix typo in _wrapNativeSuper helper
  [typeof-symbol] Guard against undefined built-in globals
  update to beta.41 (babel#7568)
  v7.0.0-beta.41
  Fix import of type ConfigItem (babel#7561)
  Run node 9 on circleci and remove from travis (babel#7560)
  docs: [skip ci] fix proposal link text
  update preset-env after build-data (babel#7543)
  Re-add TEST_ONLY and use Jest's -t for TEST_GREP. (babel#7556)
  ...
mAAdhaTTah added a commit to valtech-nyc/babel that referenced this pull request Mar 18, 2018
…ature/pipe-await

* 'master' of https://github.com/valtech-nyc/babel: (131 commits)
  v7.0.0-beta.42
  Use strict namespace behavior for mjs files. (babel#7545)
  Remove outdated spec deviation note [skip ci] (babel#7571)
  Ensure that the backward-compat logic for plugin-utils copies over the version API properly. (babel#7580)
  Rename actual/expected test files to input/output (babel#7578)
  Use helper-module-import inside entry plugin too
  Use helper-module-imports instead of custom import (babel#7457)
  Fix "Module build failed: Error: Cannot find module '@babel/types'" (babel#7575)
  Wrap wrapNativeSuper helpers in redefining functions for better tree-shakeability (babel#7188)
  Favour extends helper over objectWithoutProperties when whole object gets copied anyway (babel#7390)
  Fix incorrect value of _cache in _wrapNativeSuper (babel#7570)
  [transform-classes] Fix typo in _wrapNativeSuper helper
  [typeof-symbol] Guard against undefined built-in globals
  update to beta.41 (babel#7568)
  v7.0.0-beta.41
  Fix import of type ConfigItem (babel#7561)
  Run node 9 on circleci and remove from travis (babel#7560)
  docs: [skip ci] fix proposal link text
  update preset-env after build-data (babel#7543)
  Re-add TEST_ONLY and use Jest's -t for TEST_GREP. (babel#7556)
  ...
@lock lock bot added the outdated A closed issue/PR that is archived due to age. Recommended to make a new issue label Oct 5, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Oct 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

outdated A closed issue/PR that is archived due to age. Recommended to make a new issue PR: Internal 🏠 A type of pull request used for our changelog categories

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants