Re-enable window.eval()

Close #333
This commit is contained in:
Yuya Ochiai
2017-02-03 22:11:40 +09:00
parent d9d51821e6
commit ca5632342e
3 changed files with 1 additions and 6 deletions

View File

@@ -99,8 +99,6 @@ describe('application', function desc() {
};
return Promise.all([
tryEval(0),
tryEval(1),
tryEval(2),
tryEvalInSettingsPage()
]);
});