UNPKG

stylelint-config-jam3

Version:
12 lines (9 loc) 276 B
'use strict'; const config = require('../index'); describe('Config file', () => { test('Config file is a json file', () => { expect(config).toHaveProperty('severity'); expect(config).toHaveProperty('plugins'); expect(config).toHaveProperty('rules'); }); });