Skip to content
This repository has been archived by the owner on Jun 10, 2023. It is now read-only.

Commit

Permalink
✅ Fab: add test on data propagation
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed May 9, 2017
1 parent 517c49d commit add4913
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/specs/Fab.spec.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
import Fab from 'src/Fab'
import {
createVM,
dataPropagationTest,
attrTest,
} from '../helpers'

describe('Fab', function () {
it('keeps original tag data', dataPropagationTest(Fab))

it('renders a button by default', function () {
const vm = createVM(this, function (h) {
return (
Expand Down

0 comments on commit add4913

Please sign in to comment.