Skip to content

Commit

Permalink
Fix lint warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf committed Jul 18, 2018
1 parent 47ade19 commit a0c5268
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/unit/strict-template-policy.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
<div id="target"></div>

<script type="module">
import {Polymer} from '../../polymer-legacy.js';
import {flush} from '../../lib/utils/flush.js';

suite('strictTemplatePolicy', function() {
Expand All @@ -79,7 +78,7 @@
window.uncaughtErrorFilter = window.top.uncaughtErrorFilter = function(err) {
uncaughtError = err;
return true;
}
};
assert.throws(function() {
fn();
// Re-throw any uncaughtErrors
Expand Down

0 comments on commit a0c5268

Please sign in to comment.