Files
overleaf-cep/services/web/test/unit/src/Referal/ReferalController.test.mjs
Andrew Rumble 5b764953c0 Add eslint rules for skipped/focused tests (and fix issues)
GitOrigin-RevId: 01735e0805a28609a68df667cd2a4c3d89c5b968
2025-05-29 08:05:11 +00:00

8 lines
230 B
JavaScript

const modulePath = '../../../../app/src/Features/Referal/ReferalController.js'
describe.todo('Referal controller', function () {
beforeEach(async function (ctx) {
ctx.controller = (await import(modulePath)).default
})
})