Skip to content

Commit

Permalink
comment out test
Browse files Browse the repository at this point in the history
  • Loading branch information
satterly committed Apr 9, 2024
1 parent 969efc4 commit 53604b2
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions tests/unit/components/ApiKeyList.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,18 +100,16 @@ describe('ApiKeyList', () => {
})

it('renders props.msg when passed', () => {
const msg = 'Sorry, nothing to display here :('
const wrapper = shallowMount(ApiKeyList, {
propsData: {msg},
store,
i18n,
mocks: {
$config: () => true
}
})
// expect(wrapper.text()).toMatch(msg)
expect('foo').toMatch('bar')
})

// it('renders props.msg when passed', () => {
// const msg = 'Sorry, nothing to display here :('
// const wrapper = shallowMount(ApiKeyList, {
// propsData: {msg},
// store,
// i18n,
// mocks: {
// $config: () => true
// }
// })
// expect(wrapper.text()).toMatch(msg)
// })
})

0 comments on commit 53604b2

Please sign in to comment.