UNPKG
jest-vtu
Version:
latest (1.0.6)
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
jest matchers for vtu and support vue3
github.com/cuixiaorui/jest-vtu
cuixiaorui/jest-vtu
jest-vtu
/
dist
/
index.js
5 lines
(4 loc)
•
125 B
JavaScript
View Raw
1
2
3
4
5
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
require
(
"./matchers"
);
require
(
"./vtuPlugins"
);