wallet-core/testlib/selenium/testhost.html

20 lines
420 B
HTML
Raw Normal View History

2016-11-03 00:47:22 +01:00
<!doctype html>
<html>
<head>
<title>Browser Test Host</title>
2016-11-08 16:52:03 +01:00
<script src="/lib/vendor/system-csp-production.src.js"></script>
2016-11-03 00:47:22 +01:00
<script>
System.config({
2016-11-08 16:52:03 +01:00
baseURL: "/",
2016-11-03 00:47:22 +01:00
defaultJSExtensions: true,
meta: {
"lib/emscripten/taler-emscripten-lib": {
format: "global",
exports: "Module",
2016-11-13 17:25:36 +01:00
},
2016-11-03 00:47:22 +01:00
},
});
</script>
</head>
</html>