Sign in
chromium
/
v8
/
node
/
refs/heads/main
/
.
/
test
/
js-native-api
/
testcfg.py
blob: 4e5d67709a87c3dc818a3235786c7f4a2567ab24 [
file
] [
log
] [
blame
] [
edit
]
import
sys
,
os
sys
.
path
.
append
(
os
.
path
.
join
(
os
.
path
.
dirname
(
__file__
),
'..'
))
import
testpy
def
GetConfiguration
(
context
,
root
):
return
testpy
.
AddonTestConfiguration
(
context
,
root
,
'js-native-api'
)