UNPKG
huntercaron-react-use-measure
Version:
latest (2.1.1)
2.1.1
measure view bounds
huntercaron-react-use-measure
/
src
/
web
/
test-globals.js
13 lines
(11 loc)
•
198 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
/* Global stubs for running tests with Webpack 5 */
const
process = {
version
:
''
,
env
: {
NODE_ENV
:
'development'
, },
cwd
:
function
(
) {
return
'/'
}, }
window
.
process
= process