From 625e19cd9be4898939a7c40dbeb2b17e40df9d54 Mon Sep 17 00:00:00 2001 From: Timmy Willison <4timmywil@gmail.com> Date: Tue, 16 Jan 2018 15:18:32 -0500 Subject: Tests: ensure that module assertions run on supported browsers - Also fixes tests for karma, where the URL for the module is different Ref gh-3871 --- test/data/inner_module.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/data/inner_module.js') diff --git a/test/data/inner_module.js b/test/data/inner_module.js index a89a39d27..7f359ed95 100644 --- a/test/data/inner_module.js +++ b/test/data/inner_module.js @@ -1 +1 @@ -window.ok( true, "evaluated: innert module with src" ); +window.ok( true, "evaluated: inner module with src" ); -- cgit v1.2.3