UNPKG

wix-style-react

Version:
7 lines (6 loc) 289 B
module.exports = function (wallaby) { const wallabyYoshi = require('@wix/yoshi/config/wallaby-jest')(wallaby); wallabyYoshi.tests = ['src/**/*.spec.js', '!test/export-components.spec.js']; wallabyYoshi.files.push({ pattern: 'src/**/*.tsx', ignore: true }); return wallabyYoshi; };