Skip to content

Commit

Permalink
test(Card): stub common Card tests
Browse files Browse the repository at this point in the history
  • Loading branch information
levithomason committed May 31, 2016
1 parent ac6fc05 commit 2a1d6c0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/specs/views/Card/Card-test.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import Card from 'src/views/Card/Card'
import * as common from 'test/specs/commonTests'

describe.only('Card', () => {
common.isConformant(Card)
common.hasUIClassName(Card)
common.rendersChildren(Card)
})

0 comments on commit 2a1d6c0

Please sign in to comment.