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
committed by Facebook GitHub Bot
parent 21e8327e0e
commit d545fb8bb5
@@ -9,7 +9,6 @@
#include <sys/mman.h>
#include <cxxreact/JSBigString.h>
#include <folly/File.h>
#include <gtest/gtest.h>
using namespace facebook::react;