We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47ade19 commit a0c5268Copy full SHA for a0c5268
test/unit/strict-template-policy.html
@@ -59,7 +59,6 @@
59
<div id="target"></div>
60
61
<script type="module">
62
- import {Polymer} from '../../polymer-legacy.js';
63
import {flush} from '../../lib/utils/flush.js';
64
65
suite('strictTemplatePolicy', function() {
@@ -79,7 +78,7 @@
79
78
window.uncaughtErrorFilter = window.top.uncaughtErrorFilter = function(err) {
80
uncaughtError = err;
81
return true;
82
- }
+ };
83
assert.throws(function() {
84
fn();
85
// Re-throw any uncaughtErrors
0 commit comments