From 0565469089ba3f52269d31abf15f2a55527a6cae Mon Sep 17 00:00:00 2001 From: Tetsuya Mori Date: Thu, 2 Mar 2017 17:00:02 +0900 Subject: [PATCH] [test][IE11] Add IE11 for test suites --- test/index2.html | 4 ++-- wct.conf.json | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/test/index2.html b/test/index2.html index 7f33664c..aad2aebf 100644 --- a/test/index2.html +++ b/test/index2.html @@ -30,8 +30,8 @@ //'minify2-min' ] : [ - //'src2', - //'preprocess2', + 'src2', + 'preprocess2', //'minify2-min' ] ).forEach(function (phase) { diff --git a/wct.conf.json b/wct.conf.json index 820293ae..8c344d1f 100755 --- a/wct.conf.json +++ b/wct.conf.json @@ -26,6 +26,11 @@ "browserName": "safari", "platform": "OS X 10.11", "version": "10" + }, + { + "browserName": "internet explorer", + "platform": "Windows 8.1", + "version": "11" } ] },