Remove focused kamra test

This commit is contained in:
Luke "Jared" Bennett 2017-05-03 17:37:52 +00:00
parent 1faf398c5d
commit b6a1658e53
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import Raven from 'raven-js';
import RavenConfig from '~/raven/raven_config';
fdescribe('RavenConfig', () => {
describe('RavenConfig', () => {
describe('IGNORE_ERRORS', () => {
it('should be an array of strings', () => {
const areStrings = RavenConfig.IGNORE_ERRORS.every(error => typeof error === 'string');