
Product
Introducing Reachability for PHP
Reachability analysis for PHP is now available in experimental, helping teams identify which vulnerabilities are actually exploitable.
@rescriptbr/testing-library
Advanced tools
ReScript bindings for react-testing-library.
The documentions is WIP, see src/__tests__ for some examples.
$ yarn add --dev @rescriptbr/react-testing-library
# or..
$ npm install --save-dev @rescriptbr/react-testing-library
bsconfig.json{
"bs-dev-dependencies": [
"@rescriptbr/react-testing-library"
]
}
bs-jestopen Jest
open Expect
open ReactTestingLibrary
test("Component renders", () =>
<div style=ReactDOM.Style.make(~color="rebeccapurple", ())>
<h1> {React.string("Heading")} </h1>
</div>
|> render
|> container
|> expect
|> toMatchSnapshot
)
See src/__tests__ for some examples.
$ git clone https://github.com/wyze/bs-react-testing-library.git
$ cd bs-react-testing-library
$ yarn # or `npm install`
$ yarn build
$ yarn test
MIT ©
FAQs
ReScript bindings for react-testing-library
We found that @rescriptbr/testing-library demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Reachability analysis for PHP is now available in experimental, helping teams identify which vulnerabilities are actually exploitable.

Product
Export Socket alert data to your own cloud storage in JSON, CSV, or Parquet, with flexible snapshot or incremental delivery.

Research
/Security News
Bitwarden CLI 2026.4.0 was compromised in the Checkmarx supply chain campaign after attackers abused a GitHub Action in Bitwarden’s CI/CD pipeline.