Merge branch 'rrt/staging' into rrt/production
This commit is contained in:
commit
1b6d1099f8
|
@ -9,7 +9,7 @@ describe('Environments', () => {
|
||||||
expect(environment.api).toEqual('apiRoot');
|
expect(environment.api).toEqual('apiRoot');
|
||||||
expect(environment.irbUrl).toEqual('irbUrl');
|
expect(environment.irbUrl).toEqual('irbUrl');
|
||||||
expect(environment.homeRoute).toEqual('home');
|
expect(environment.homeRoute).toEqual('home');
|
||||||
expect(environment.title).toEqual('Research Ramp-Up Toolkit');
|
expect(environment.title).toEqual('Research Ramp-Up Toolkit Configurator');
|
||||||
expect(environment.googleAnalyticsKey).toEqual('UA-168203235-5');
|
expect(environment.googleAnalyticsKey).toEqual('UA-168203235-5');
|
||||||
expect(environment.sentryKey).toEqual(undefined);
|
expect(environment.sentryKey).toEqual(undefined);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue