mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
parent
a5b7b85d4e
commit
82b2443a1d
@ -17,7 +17,7 @@
|
|||||||
"lazypipe": "^0.2.3",
|
"lazypipe": "^0.2.3",
|
||||||
"polyclean": "^1.2.0",
|
"polyclean": "^1.2.0",
|
||||||
"run-sequence": "^1.1.0",
|
"run-sequence": "^1.1.0",
|
||||||
"web-component-tester": "^3.3.21"
|
"web-component-tester": "^4"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "gulp",
|
"build": "gulp",
|
||||||
|
@ -40,6 +40,11 @@ suite('globals', function() {
|
|||||||
// Polymer
|
// Polymer
|
||||||
Polymer: true,
|
Polymer: true,
|
||||||
currentImport: true
|
currentImport: true
|
||||||
|
|
||||||
|
// weird safari + selenium globals
|
||||||
|
alert: true,
|
||||||
|
confirm: true,
|
||||||
|
prompt: true
|
||||||
};
|
};
|
||||||
|
|
||||||
test('check global leakage', function() {
|
test('check global leakage', function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user