UNPKG

wix-style-react

Version:
6 lines (5 loc) 213 B
module.exports = function(wallaby) { const wallabyYoshi = require('yoshi/config/wallaby-jest')(wallaby); wallabyYoshi.tests = ['src/**/*.spec.js', '!test/export-components.spec.js']; return wallabyYoshi; };