wallet-core/testlib/selenium/testhost.html

20 lines
429 B
HTML
Raw Normal View History

2016-11-03 00:47:22 +01:00
<!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>