UNPKG

@studyportals/cypress-slicer

Version:

Cypress plugin to slice the specPattern list of tests into subsets

11 lines (10 loc) 184 B
module.exports = { extends: ["./node_modules/@studyportals/code-style/.eslintrc.js"], env: { es2021: true, node: true, }, parserOptions: { ecmaVersion: 2021 } };