@wemake-services/stylelint-config-scss
Version:
Strict shareable config for stylelint and SCSS
14 lines (11 loc) • 331 B
JavaScript
const base = require('../../jest.config.base.js')
const pack = require('./package')
const shortName = pack.name.split('/')[1]
module.exports = {
...base,
'preset': 'jest-preset-stylelint',
'displayName': pack.name,
'id': shortName,
'rootDir': '../..',
'testMatch': [`<rootDir>/packages/${shortName}/**/*.spec.js`],
}