SequenceDiagram/spec/support/karma_context.html

28 lines
696 B
HTML

<!DOCTYPE html>
<html>
<head>
<!--
This file is from https://github.com/karma-runner/karma/pull/2834
and can be removed once that PR is accepted and available
-->
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
</head>
<body>
<script src="context.js"></script>
<script type="text/javascript">
%CLIENT_CONFIG%
window.__karma__.setupContext(window);
%MAPPINGS%
</script>
%SCRIPTS%
<script type="module">
window.__karma__.loaded();
</script>
<script nomodule>
window.__karma__.loaded();
</script>
</body>
</html>