mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
13 lines
310 B
HTML
13 lines
310 B
HTML
<!doctype html>
|
|
<html>
|
|
<head></head>
|
|
<body>
|
|
<script src="../../module/module.js"></script>
|
|
<script src="../../test-utils/callAsync.js"></script>
|
|
|
|
<script src="../../ospec/ospec.js"></script>
|
|
<script src="test-ospec.js"></script>
|
|
<script>require("../../ospec/ospec").run()</script>
|
|
</body>
|
|
</html>
|