From 326a957e9df792e9d184f7567820f1280ea5ad41 Mon Sep 17 00:00:00 2001 From: Sam Vloeberghs Date: Thu, 3 Dec 2015 11:20:18 +0100 Subject: [PATCH] update to tests --- foundation-sites/foundation-tests.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/foundation-sites/foundation-tests.ts b/foundation-sites/foundation-tests.ts index ca5bf283a..8daba37ac 100644 --- a/foundation-sites/foundation-tests.ts +++ b/foundation-sites/foundation-tests.ts @@ -11,7 +11,10 @@ $(document).foundation(); $(document).foundation('method'); $(document).foundation(['method', 'method2']); -function pluginList(){ +function pluginList() { + + 'use strict'; + return [ 'Abide', 'Accordion',