mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05: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:
parent
09b910e58d
commit
6b00b4d4e0
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue