it('has no config deprecations', async () => {
    expect.assertions(1);
    const result = await stylelint.lint(stylelintOpts);
    expect(result.results[0].deprecations).toHaveLength(0);
  });