gitlab-org--gitlab-foss/spec/javascripts/raven/index_spec.js

12 lines
220 B
JavaScript
Raw Normal View History

import RavenConfig from '~/raven/index';
describe('RavenConfig options', () => {
it('should set sentryDsn');
it('should set currentUserId');
it('should set whitelistUrls');
it('should set isProduction');
});