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

16
node_modules/jest-circus/build/index.mjs generated vendored Normal file
View file

@ -0,0 +1,16 @@
import cjsModule from './index.js';
export const addEventHandler = cjsModule.addEventHandler;
export const afterAll = cjsModule.afterAll;
export const afterEach = cjsModule.afterEach;
export const beforeAll = cjsModule.beforeAll;
export const beforeEach = cjsModule.beforeEach;
export const describe = cjsModule.describe;
export const getState = cjsModule.getState;
export const it = cjsModule.it;
export const removeEventHandler = cjsModule.removeEventHandler;
export const resetState = cjsModule.resetState;
export const run = cjsModule.run;
export const setState = cjsModule.setState;
export const test = cjsModule.test;
export default cjsModule.default;