Skip to content

Instantly share code, notes, and snippets.

@thangman22
Last active March 5, 2017 14:05
Show Gist options
  • Save thangman22/ec3a4cb6d5dc293337639d0dc91365e7 to your computer and use it in GitHub Desktop.
Save thangman22/ec3a4cb6d5dc293337639d0dc91365e7 to your computer and use it in GitHub Desktop.
import Vue from 'vue'
import ProfileImage from 'src/components/ContentCards/ProfileImage'
describe('ContentCards/ProfileImage.vue Should render correct format', () => {
it('Profile picture should convert to https', () => {
})
it('Profile picture should replace when empty', () => {
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment