first commit
This commit is contained in:
19
www/tests/index.html
Normal file
19
www/tests/index.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
|
||||
this repository contains the full copyright notices and license terms. -->
|
||||
<html>
|
||||
<head>
|
||||
<title>Sao Test Suite</title>
|
||||
<script type="text/javascript" src="../bower_components/jquery/dist/jquery.js"></script>
|
||||
<script type="text/javascript" src="../bower_components/bootstrap/dist/js/bootstrap.js"></script>
|
||||
<script type="text/javascript" src="../bower_components/moment/moment.js"></script>
|
||||
<script type="text/javascript" src="../bower_components/gettext.js/dist/gettext.iife.js"></script>
|
||||
<script type="text/javascript" src="../node_modules/qunit/qunit/qunit.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="../node_modules/qunit/qunit/qunit.css" media="screen"/>
|
||||
<script type="text/javascript" src="../dist/tryton-sao.js"></script>
|
||||
<script type="text/javascript" src="./sao.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="qunit"></div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user