Skip to content

Use a standard .babelignore and babel-register in tests.#5555

Merged
hzoo merged 1 commit intobabel:7.0from
loganfsmyth:simplify-ignore
Mar 28, 2017
Merged

Use a standard .babelignore and babel-register in tests.#5555
hzoo merged 1 commit intobabel:7.0from
loganfsmyth:simplify-ignore

Conversation

@loganfsmyth
Copy link
Member

Just a small simplification now that we're on 7.x

@mention-bot
Copy link

@loganfsmyth, thanks for your PR! By analyzing the history of the files in this pull request, we identified @hzoo and @danez to be potential reviewers.

extensions: [".js"],
// Only js files in the test folder but not in the subfolder fixtures.
only: [/packages\/.+\/test\/(?!fixtures\/).+\.js$/],
compact: true,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed this since it is kind of annoying when debugging with --inspect in tests.

Copy link
Member

@hzoo hzoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh ok much easier!

@hzoo hzoo added the PR: Internal 🏠 A type of pull request used for our changelog categories label Mar 28, 2017
@hzoo hzoo merged commit 0c2ac9d into babel:7.0 Mar 28, 2017
@lock lock bot added the outdated A closed issue/PR that is archived due to age. Recommended to make a new issue label Oct 6, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Oct 6, 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.

3 participants