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

Remove generated jest tests for now. Fixes #484 #501

Merged
merged 2 commits into from
Nov 22, 2016
Merged

Remove generated jest tests for now. Fixes #484 #501

merged 2 commits into from
Nov 22, 2016

Conversation

ryanlntn
Copy link
Member

Please verify the following:

  • Everything works on iOS/Android
  • ignite-base ava tests pass
  • fireDrill.sh passed

Describe your PR

Still need to verify that this works @GantMan. Can't remember how to test the generators locally.

Copy link
Member

@GantMan GantMan left a comment

Choose a reason for hiding this comment

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

2 nits

} else {
Shell.exec('rm -rf ./__tests__')
}
Shell.cd('../..')
Copy link
Member

Choose a reason for hiding this comment

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

looks good. I'd prefer we simply do something like

Shell.rm('-rf', `${projectFolder}/__tests__`)

2 nitpicks for this: Firstly, ShellJS remove command is already platform universal, so no need to regex, it'll just work. Second, I think you're cding into the wrong folder on line 48. Copypasta right?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yup. Fixing this now.

@GantMan
Copy link
Member

GantMan commented Nov 22, 2016

LGTM!

@GantMan GantMan merged commit 1ad5ece into master Nov 22, 2016
@GantMan GantMan deleted the fix/lint branch November 22, 2016 04:19
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