We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d29810 commit b8f4d49Copy full SHA for b8f4d49
site.config.test.tsx
@@ -8,7 +8,7 @@ const siteConfig: SiteConfig = {
8
loginUrl: 'http://localhost:8000/login',
9
logoutUrl: 'http://localhost:8000/logout',
10
11
- environment: EnvironmentTypes.DEVELOPMENT,
+ environment: EnvironmentTypes.TEST,
12
basename: '/learner-dashboard',
13
apps: [{
14
appId: 'org.openedx.frontend.app.learnerDashboard',
0 commit comments