Skip to content
This repository was archived by the owner on May 20, 2022. It is now read-only.

GH-155: Remove template React import#156

Merged
roblafeve merged 12 commits intodevelopfrom
develop-GH-155-remove-template-react-import
Apr 29, 2021
Merged

GH-155: Remove template React import#156
roblafeve merged 12 commits intodevelopfrom
develop-GH-155-remove-template-react-import

Conversation

@roblafeve
Copy link
Contributor

@roblafeve roblafeve commented Apr 28, 2021

Description

Yeah, this PR does remove import React from "react" (app-web only), but more importantly this adds:

  • tests for generated the tests files
  • typescript validation on generated files

What should I look at?

  1. Each commit is pretty isolated, look through those sequentially
  2. One note, I did try to remove import React from "react" from app-mobile, but found out that wasn't going to work because of certain limitations of the expo configuration. 36badd8 reverts those changes.

🔎 Reviewer Checklist

Checked off by PR Reviewers

  • Merge destination is correct
  • Code is correct as understood and conforms to quality standards
  • Tests have been added where appropriate (unit, visual, end-to-end)
  • Acceptance Criteria have been met

Roles & Responsibilities

👨‍💻 Assignee

  • Initiator of this PR (be sure to set in GitHub UI)
  • Addresses feedback and change requests
  • Merges PR once approved (usually deletes branch unless develop or release)

👩‍💻 Reviewer

  • Invited to review PR by Assignee (via GitHub UI)
  • Is expected to complete a review and address followup

@roblafeve roblafeve force-pushed the develop-GH-155-remove-template-react-import branch from c61389e to 5a628ec Compare April 28, 2021 21:12
@roblafeve roblafeve force-pushed the develop-GH-155-remove-template-react-import branch from beb89db to 4e309dd Compare April 28, 2021 22:16
@roblafeve roblafeve self-assigned this Apr 28, 2021
@roblafeve roblafeve marked this pull request as ready for review April 28, 2021 22:49
@roblafeve roblafeve requested a review from blaketarter April 28, 2021 22:49
@roblafeve roblafeve added the enhancement New feature or request label Apr 28, 2021
@roblafeve roblafeve linked an issue Apr 28, 2021 that may be closed by this pull request
Copy link
Contributor

@blaketarter blaketarter left a comment

Choose a reason for hiding this comment

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

:shipit:

@roblafeve roblafeve merged commit 6a89a51 into develop Apr 29, 2021
@roblafeve roblafeve deleted the develop-GH-155-remove-template-react-import branch April 29, 2021 15:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove template React import

2 participants