From 4836aa343cf2cbe4a1bad5056ef119ebc809f10e Mon Sep 17 00:00:00 2001 From: MoyuScript Date: Sun, 12 Oct 2014 20:32:10 +0300 Subject: [PATCH] Don't remove frame container in tests --- tests/test.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test.js b/tests/test.js index e003d42..13c4685 100644 --- a/tests/test.js +++ b/tests/test.js @@ -120,7 +120,8 @@ var h2cSelector, h2cOptions; logging: true, profile: true, proxy: "http://localhost:8082", - useCORS: false + useCORS: false, + removeContainer: false }, h2cOptions)); };