UNPKG

jest-vue-preprocessor

Version:

Preprocessor that allows importing of .vue files in jest tests

8 lines (6 loc) 153 B
const transformTs = require('./transformTs'); module.exports = { ts: transformTs, typescript: transformTs, babel: require('./transformBabel'), };