Sign in
chromium
/
external
/
github.com
/
SeleniumHQ
/
selenium
/
refs/heads/api-docs-4.30.0-all
/
.
/
node_modules
/
@testing-library
/
jest-dom
/
jest-globals.js
blob: eeaf6ac96387b8251c6e3467c2371953594cd7ba [
file
] [
log
] [
blame
] [
edit
]
const
globals
=
require
(
'@jest/globals'
)
const
extensions
=
require
(
'./dist/matchers'
)
globals
.
expect
.
extend
(
extensions
)