Fix tests - remove folly/File.h import in jsbigstring test (#41059)

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

Remove unused import that was breaking tests

Changelog: [Internal]

Reviewed By: NickGerleman

Differential Revision: D50380976

fbshipit-source-id: fab27b52959e74e8ad7a0cdd840e6f496608e380
This commit is contained in:
Thomas Nardone 2023-10-18 12:04:47 -07:00 коммит произвёл Facebook GitHub Bot
Родитель 21e8327e0e
Коммит d545fb8bb5
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -9,7 +9,6 @@
#include <sys/mman.h> #include <sys/mman.h>
#include <cxxreact/JSBigString.h> #include <cxxreact/JSBigString.h>
#include <folly/File.h>
#include <gtest/gtest.h> #include <gtest/gtest.h>
using namespace facebook::react; using namespace facebook::react;