Do not publish src/**/__tests__ folder for react-native (#43261)

Summary:
We should not be publishing the `__tests__` folder to the npm package.
Fixes https://github.com/facebook/react-native/issues/43242

## Changelog:

[INTERNAL] [CHANGED] - Do not publish src/**/__tests__ for react-native

Pull Request resolved: https://github.com/facebook/react-native/pull/43261

Test Plan: Nothing to test

Reviewed By: cipolleschi

Differential Revision: D54540896

Pulled By: cortinico

fbshipit-source-id: 10b557a911b9b17d64c4697724825248a597feae
This commit is contained in:
Nicola Corti
2024-03-06 03:21:44 -08:00
committed by Facebook GitHub Bot
parent fb9872d4fe
commit e1702f44c9
+1
View File
@@ -0,0 +1 @@
__tests__