Skip to content

Instantly share code, notes, and snippets.

@amitgupta15
Last active April 30, 2020 20:57
Show Gist options
  • Save amitgupta15/1fd941b54b9fe68d1e46c41476ae36b6 to your computer and use it in GitHub Desktop.
Save amitgupta15/1fd941b54b9fe68d1e46c41476ae36b6 to your computer and use it in GitHub Desktop.
A Test Runner
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Test Runner</title>
</head>
<body>
<div id="selector"></div>
<script src="test.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment