<!DOCTYPE html> <html> <head> <title>QUnit Test Suite</title> <link rel="stylesheet" href="../node_modules/qunitjs/qunit/qunit.css" type="text/css" media="screen"> <script type="text/javascript" src="../node_modules/qunitjs/qunit/qunit.js"></script> <!-- Your project file goes here --> <link rel="stylesheet" href="../src/jquery.contextMenu.css" type="text/css" media="screen"> <script src="../node_modules/jquery/dist/jquery.js"></script> <script type="text/javascript" src="../src/jquery.ui.position.js"></script> <script type="text/javascript" src="../src/jquery.contextMenu.js"></script> <!-- Your tests file goes here --> <script type="text/javascript" src="unit/test-events.js"></script> <script type="text/javascript" src="unit/test-events.click.js"></script> </head> <body> <div id="qunit"></div> <div id="qunit-fixture"></div> </body> </html>