Whitespace
This commit is contained in:
parent
133e0c9ec3
commit
cb0c39b081
@ -6,7 +6,7 @@ import setupRaven from './raven';
|
|||||||
|
|
||||||
describe('setupRaven', () => {
|
describe('setupRaven', () => {
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
process.env.SENTRY_KEY='test key';
|
process.env.SENTRY_KEY = 'test key';
|
||||||
});
|
});
|
||||||
|
|
||||||
it('intializes with the SENTRY_KEY', () => {
|
it('intializes with the SENTRY_KEY', () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user