Add unit tests for role middleware
Some checks are pending
Docker Test / test (push) Waiting to run

This commit is contained in:
BibaBot 2026-03-17 07:07:36 +00:00
parent 7a9bf3199a
commit c294e2e9ae
5702 changed files with 465039 additions and 34 deletions

26
node_modules/jest-matcher-utils/build/index.mjs generated vendored Normal file
View file

@ -0,0 +1,26 @@
import cjsModule from './index.js';
export const BOLD_WEIGHT = cjsModule.BOLD_WEIGHT;
export const DIM_COLOR = cjsModule.DIM_COLOR;
export const EXPECTED_COLOR = cjsModule.EXPECTED_COLOR;
export const INVERTED_COLOR = cjsModule.INVERTED_COLOR;
export const RECEIVED_COLOR = cjsModule.RECEIVED_COLOR;
export const SERIALIZABLE_PROPERTIES = cjsModule.SERIALIZABLE_PROPERTIES;
export const SUGGEST_TO_CONTAIN_EQUAL = cjsModule.SUGGEST_TO_CONTAIN_EQUAL;
export const diff = cjsModule.diff;
export const ensureActualIsNumber = cjsModule.ensureActualIsNumber;
export const ensureExpectedIsNonNegativeInteger = cjsModule.ensureExpectedIsNonNegativeInteger;
export const ensureExpectedIsNumber = cjsModule.ensureExpectedIsNumber;
export const ensureNoExpected = cjsModule.ensureNoExpected;
export const ensureNumbers = cjsModule.ensureNumbers;
export const getLabelPrinter = cjsModule.getLabelPrinter;
export const highlightTrailingWhitespace = cjsModule.highlightTrailingWhitespace;
export const matcherErrorMessage = cjsModule.matcherErrorMessage;
export const matcherHint = cjsModule.matcherHint;
export const pluralize = cjsModule.pluralize;
export const printDiffOrStringify = cjsModule.printDiffOrStringify;
export const printExpected = cjsModule.printExpected;
export const printReceived = cjsModule.printReceived;
export const printWithType = cjsModule.printWithType;
export const replaceMatchedToAsymmetricMatcher = cjsModule.replaceMatchedToAsymmetricMatcher;
export const stringify = cjsModule.stringify;