Skip to content

Commit

Permalink
Merge pull request #253 from PolymerElements/declare-test-vars
Browse files Browse the repository at this point in the history
Declare test vars
  • Loading branch information
e111077 authored Feb 14, 2018
2 parents 1abdf63 + fc3dacd commit c29011e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@
</test-fixture>

<script>
'use strict';
suite('serialization', function() {
var f;
var server;
Expand Down
2 changes: 2 additions & 0 deletions test/slotted.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@
</test-fixture>

<script>
'use strict';
suite('slotted', function() {
var form;
var server;
Expand Down Expand Up @@ -241,6 +242,7 @@

suite('resetting', function() {
var inputs;
var form;
setup(function() {
form = fixture('slotted-reset').$.form;
var slot = form.querySelector('slot,content');
Expand Down

0 comments on commit c29011e

Please sign in to comment.