diff options
author | Timmy Willison <4timmywil@gmail.com> | 2018-01-16 15:18:32 -0500 |
---|---|---|
committer | Timmy Willison <4timmywil@gmail.com> | 2018-01-16 15:18:32 -0500 |
commit | 625e19cd9be4898939a7c40dbeb2b17e40df9d54 (patch) | |
tree | 4f703e9eb6411a3e0380f800a4953639b5a29d24 /test/data/inner_module.js | |
parent | fa793bee203ac14021188e12a126e195e83f1647 (diff) | |
download | jquery-625e19cd9be4898939a7c40dbeb2b17e40df9d54.tar.gz jquery-625e19cd9be4898939a7c40dbeb2b17e40df9d54.zip |
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
Diffstat (limited to 'test/data/inner_module.js')
-rw-r--r-- | test/data/inner_module.js | 2 |
1 files changed, 1 insertions, 1 deletions
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" ); |