mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-18 21:59:06 +01:00
24 lines
680 B
HTML
24 lines
680 B
HTML
<!-- Copyright 2014 Signal Messenger, LLC -->
|
|
<!-- SPDX-License-Identifier: AGPL-3.0-only -->
|
|
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>
|
|
Signal Desktop (The Artist Formerly Known as TextSecure) test runner
|
|
</title>
|
|
<link rel="stylesheet" href="../node_modules/mocha/mocha.css" />
|
|
<link rel="stylesheet" href="../stylesheets/manifest.css" />
|
|
<link rel="stylesheet" href="../stylesheets/tailwind.css" />
|
|
</head>
|
|
<body>
|
|
<div id="mocha"></div>
|
|
<div id="tests"></div>
|
|
<script
|
|
type="text/javascript"
|
|
src="../node_modules/mocha/mocha.js"
|
|
></script>
|
|
<script type="module" src="test.mjs"></script>
|
|
</body>
|
|
</html>
|