Whitespace

This commit is contained in:
Jeff Avallone 2018-05-25 14:36:16 -04:00
parent 133e0c9ec3
commit cb0c39b081
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import setupRaven from './raven';
describe('setupRaven', () => {
beforeEach(() => {
process.env.SENTRY_KEY='test key';
process.env.SENTRY_KEY = 'test key';
});
it('intializes with the SENTRY_KEY', () => {