Browse Source

test(unit): fix failing test case

renovate/lint-staged-8.x
Tom Kirkpatrick 6 years ago
parent
commit
0947079d05
No known key found for this signature in database GPG Key ID: 72203A8EC5967EA8
  1. 2
      test/unit/components/LoadingBolt.spec.js

2
test/unit/components/LoadingBolt.spec.js

@ -11,7 +11,7 @@ import { mountWithIntl } from '../__helpers__/intl-enzyme-test-helper'
configure({ adapter: new Adapter() })
describe('component.LoadingBolt', () => {
const el = mountWithIntl(<LoadingBolt />)
const el = mountWithIntl(<LoadingBolt theme="dark" />)
it('should show defaults', () => {
expect(el.find(Isvg).props().src).toContain(cloudboltIcon)
expect(el.text()).toContain('loading')

Loading…
Cancel
Save