From 89fc9bb2b9584db11377dcc20d9c927cfbeca313 Mon Sep 17 00:00:00 2001 From: ClementParis016 Date: Tue, 10 May 2016 18:56:50 +0200 Subject: [PATCH] Add optional 'target' attribute for '; + var expected = ` + + + + +
+ + + + +
Button
+
+ `; + + compare(input, expected); + }); + it('creates a button with classes', () => { var input = ` @@ -229,7 +248,7 @@ describe('Callout', () => { compare(input, expected); }); }); - + describe('Spacer', () => { it('creates a spacer element with correct size', () => { var input = ''; @@ -245,7 +264,7 @@ describe('Spacer', () => { compare(input, expected); }); - + it('copies classes to the final spacer HTML', () => { var input = ''; var expected = `