Skip to content
Snippets Groups Projects

updated tests and doc

Merged Maria Elizabeth Pauna Lane requested to merge current-saving-challenge-component into main
44 files
+ 1091
13
Compare changes
  • Side-by-side
  • Inline
Files
44
 
import { mount } from '@vue/test-utils'
 
import { describe, it, expect } from 'vitest'
 
import CurrentSavingChallenge from '@/components/CurrentSavingChallenge.vue'
 
 
describe('Current Saving Challenge: Component testing', () => {
 
it('renders the component', () => {
 
const wrapper = mount(CurrentSavingChallenge)
 
expect(wrapper.exists()).toBe(true)
 
})
 
})
 
\ No newline at end of file
Loading