diff options
Diffstat (limited to 'test/integration/index.html')
-rw-r--r-- | test/integration/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/index.html b/test/integration/index.html index 6de40b046..430814a8a 100644 --- a/test/integration/index.html +++ b/test/integration/index.html @@ -12,10 +12,10 @@ <script src="https://code.jquery.com/qunit/qunit-2.0.0.js"></script> <script src="./jquery-3.1.0.min.js"></script> <script src="helpers.js"></script> - <script src="tests.js"></script> + <script src="bundle.js"></script> <script src="/testem.js"></script> - <iframe src="/development/index.html" height="500px" width="360px"> + <iframe src="/development/test.html" height="800px" width="500px"> <p>Your browser does not support iframes</p> </iframe> </body> |