UNPKG

eslint-plugin-testing-library

Version:

ESLint plugin to follow best practices and anticipate common mistakes when writing tests with Testing Library

12 lines (11 loc) 245 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SUPPORTED_TESTING_FRAMEWORKS = void 0; exports.SUPPORTED_TESTING_FRAMEWORKS = [ 'dom', 'angular', 'react', 'vue', 'svelte', 'marko', ];