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:
Brian Gough 2023-11-01 08:15:50 +00:00 committed by Copybot
parent 09b910e58d
commit 6b00b4d4e0

View file

@ -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