mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-01 05:11:34 +02:00
Merge pull request #15537 from overleaf/bg-group-sso-use-literal-paths
use literal paths in SAML modules for editor support GitOrigin-RevId: 4abd7be30dcd3f20a1060663cd304ad88878e86d
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
const APP_ROOT = '../../../../app/src'
|
||||
const SandboxedModule = require('sandboxed-module')
|
||||
const sinon = require('sinon')
|
||||
const { expect } = require('chai')
|
||||
|
||||
const modulePath = `${APP_ROOT}/Features/SamlLog/SamlLogHandler`
|
||||
const modulePath = '../../../../app/src/Features/SamlLog/SamlLogHandler'
|
||||
|
||||
describe('SamlLogHandler', function () {
|
||||
let SamlLog, SamlLogHandler, SamlLogModel
|
||||
|
||||
Reference in New Issue
Block a user