first commit

This commit is contained in:
Stefan Hacker
2026-04-03 09:38:48 +02:00
commit 37ad745546
47450 changed files with 3120798 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.isConformant = isConformant;
var react_conformance_1 = require("@fluentui/react-conformance");
function isConformant(testInfo) {
var _a;
var defaultOptions = {
disabledTests: ['kebab-aria-attributes', 'component-has-static-classname-exported'],
testOptions: {
'component-has-static-classname': {
prefix: 'ms-',
},
},
componentPath: (_a = require.main) === null || _a === void 0 ? void 0 : _a.filename.replace('.test', ''),
};
(0, react_conformance_1.isConformant)(defaultOptions, testInfo);
}
//# sourceMappingURL=isConformant.js.map