Remove focused kamra test
This commit is contained in:
parent
1faf398c5d
commit
b6a1658e53
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
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');
|
||||||
|
|
Loading…
Reference in a new issue