
Product
Introducing Socket Scanning for OpenVSX Extensions
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.
@adeira/eslint-fixtures-tester
Advanced tools
yarn add --dev @adeira/eslint-fixtures-tester
Usage:
import path from 'path';
import testFixtures from '@adeira/eslint-fixtures-tester';
const fixturesPath = path.join(__dirname, 'fixtures', 'no-concatenated-classes');
const validFixturesPath = path.join(fixturesPath, 'valid');
const invalidFixturesPath = path.join(fixturesPath, 'invalid');
testFixtures({
rule: require('../no-concatenated-classes'),
validFixturesPath,
invalidFixturesPath,
});
Where no-concatenated-classes folder has this structure:
/src/rules/__tests__/fixtures/no-concatenated-classes
├── invalid
│  ├── basic.js
│  ├── complex-classname.js
│  └── custom-sx-names.js
└── valid
├── basic.js
├── simple-template-literal.js
└── sx-multiple-arguments.js
2 directories, 6 files
Where each JS file is a valid or invalid real-life code example. Invalid fixtures must have the following header:
/**
* @eslintExpectedError Exact error message 1 here.
* @eslintExpectedError Exact error message 2 here.
*/
You can optionally specify the error boundaries:
/**
* @eslintExpectedError (1:2;3:4) Exact error message 1 here.
* @eslintExpectedError (1:2;3:4) Exact error message 2 here.
*/
The format is: (line:column;endLine:endColumn)
FAQs
Eslint fixtures tester utility.
We found that @adeira/eslint-fixtures-tester demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.

Product
Bringing supply chain security to the next generation of JavaScript package managers

Product
A safer, faster way to eliminate vulnerabilities without updating dependencies