Skip to content

Commit

Permalink
Restore __tests__ folder in HelloWorld template
Browse files Browse the repository at this point in the history
PR facebook#18019 Removed __tests__ and __fixtures__ folders from npm package.
But it also effectively removed __tests__ folder from initial project
template. This commit restores __tests__ in template application.

It applicable only to 0.58-stable branch because in master, templates
was moved to another location. I think we should recheck what is ignored
in master after this landed.
  • Loading branch information
vovkasm committed Jan 23, 2019
1 parent 26793a0 commit 7819926
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions local-cli/.npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
__fixtures__
__tests__
!/templates/HelloWorld/__tests__

0 comments on commit 7819926

Please sign in to comment.