Skip to content

Commit 572ab66

Browse files
committed
Remove references to containerRelativeURL experimental feature flag
1 parent 72624a8 commit 572ab66

2 files changed

Lines changed: 0 additions & 7 deletions

File tree

packages/components/jest.config.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ module.exports = {
1717
timeFormat: "HH:mm"
1818
}
1919
},
20-
experimental: {
21-
containerRelativeURL: true,
22-
},
2320
project: {
2421
rootId: 'ROOTID'
2522
},

packages/components/src/internal/url/AppURL.test.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ describe('AppURL', () => {
99
LABKEY = {
1010
...LABKEY,
1111
devMode: true,
12-
experimental: {
13-
...LABKEY.experimental,
14-
containerRelativeURL: true,
15-
},
1612
moduleContext: {
1713
...LABKEY.moduleContext,
1814
// Force isSampleManagerEnabled to be true

0 commit comments

Comments
 (0)