Import all
This commit is contained in:
19
Formations/NSI/Bloc1/WEB/DIU-EIL-WEB-test.html
Normal file
19
Formations/NSI/Bloc1/WEB/DIU-EIL-WEB-test.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>DIU-EIL : bloc 1, programmation WEB - test automatisés</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="stylesheet" href="https://unpkg.com/mocha/mocha.css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1 id="main-test">Tests automatisés</h1>
|
||||
<div id="mocha"></div>
|
||||
|
||||
<script src="https://unpkg.com/chai/chai.js"></script>
|
||||
<script src="https://unpkg.com/mocha/mocha.js"></script>
|
||||
<script src="DIU-EIL-WEB.js"></script>
|
||||
<script src="DIU-EIL-WEB-test.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user