📄 types.js
/home/palash/git/site/node_modules/eslint-plugin-testing-library/utils/types.js
Language: js • Lines: 10
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.SUPPORTED_TESTING_FRAMEWORKS = void 0;
exports.SUPPORTED_TESTING_FRAMEWORKS = [
    'dom',
    'angular',
    'react',
    'vue',
    'marko',
];