mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 11:01:56 +02:00
8 lines
230 B
JavaScript
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
|
|
})
|
|
})
|