Commit b6a1658e authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett

Remove focused kamra test

parent 1faf398c
import Raven from 'raven-js'; import Raven from 'raven-js';
import RavenConfig from '~/raven/raven_config'; import RavenConfig from '~/raven/raven_config';
fdescribe('RavenConfig', () => { describe('RavenConfig', () => {
describe('IGNORE_ERRORS', () => { describe('IGNORE_ERRORS', () => {
it('should be an array of strings', () => { it('should be an array of strings', () => {
const areStrings = RavenConfig.IGNORE_ERRORS.every(error => typeof error === 'string'); const areStrings = RavenConfig.IGNORE_ERRORS.every(error => typeof error === 'string');
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment