From 6dea66558f01336168d048b348b4dd83f609b556 Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Thu, 6 Nov 2014 19:53:26 -0800 Subject: [PATCH] [Framework] Include Promise polyfill in tests Provide Promise polyfill in test runner. This allows tests of objects which use Promise directly to be run in environments which don't yet implement Promise (including command line test environment.) Completing test suite for framework layer, WTD-518. --- test.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test.html b/test.html index 23005bd27c..8477edefd5 100644 --- a/test.html +++ b/test.html @@ -4,12 +4,16 @@ +