wallet-core/testlib/selenium/testhost.html
2016-11-13 17:25:36 +01:00

20 lines
420 B
HTML

<!doctype html>
<html>
<head>
<title>Browser Test Host</title>
<script src="/lib/vendor/system-csp-production.src.js"></script>
<script>
System.config({
baseURL: "/",
defaultJSExtensions: true,
meta: {
"lib/emscripten/taler-emscripten-lib": {
format: "global",
exports: "Module",
},
},
});
</script>
</head>
</html>