UNPKG
vue-recaptcha
Version:
beta (2.0.0-beta)
latest (3.0.0-alpha.6)
next (3.0.0-alpha.2)
3.0.0-alpha.6
3.0.0-alpha.5
3.0.0-alpha.4
3.0.0-alpha.3
3.0.0-alpha.2
3.0.0-alpha.1
2.0.3
2.0.2
2.0.1
2.0.0
2.0.0-beta
1.3.0
1.2.0
1.1.1
1.1.0
1.0.0
0.4.0
0.3.3
0.3.2
0.3.1
0.3.0
0.2.1
0.2.0
0.1.4
0.1.3
0.1.2
0.1.0
0.0.2
0.0.1
ReCAPTCHA vue component
DanSnow/vue-recaptcha
vue-recaptcha
/
dist
/
script-manager
/
__tests__
/
common.test-d.mjs
6 lines
(5 loc)
•
251 B
JavaScript
View Raw
1
2
3
4
5
6
import
{ expectTypeOf, test }
from
"vitest"
;
import
{ normalizeScriptLoaderOptions }
from
"../common.mjs"
;
test
(
"ScriptLoaderOptionsInput"
,
() =>
{
expectTypeOf
(normalizeScriptLoaderOptions).
toBeCallableWith
({
params
: {
render
:
"explicit"
} }); });