Last active
March 5, 2017 14:05
-
-
Save thangman22/ec3a4cb6d5dc293337639d0dc91365e7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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