Skip to content
Snippets Groups Projects

Draft: Issue/2175 user profile unit testing

Closed Kimia Beheshti requested to merge Issue/2175-UserProfileUnitTesting into main
10 files
+ 50149
8
Compare changes
  • Side-by-side
  • Inline

Files

import { mount } from 'vue-test-utils'
import basicComponent from '../modules/project/pages/Settings.vue'
test('mounting', async () => {
console.log(basicComponent)
})
\ No newline at end of file
Loading