UNPKG
hookformers
Version:
latest (1.1.0)
1.1.0
1.0.0
Simple, performant React Hooks for running Transformers.js in your browser.
hookformers
/
dist
/
index.test.js
7 lines
•
228 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
*
as
publicApi
from
"./index"
;
describe
(
"Public API"
,
() =>
{
it
(
"should not change without a deliberate update"
,
() =>
{
expect
(publicApi).
toMatchSnapshot
(); }); });
//# sourceMappingURL=index.test.js.map