Skip to content

Commit cf94e4d

Browse files
author
Emilien Durieu (edu)
committed
[IMP] add collaboration capabilities
1 parent 4f27377 commit cf94e4d

File tree

10 files changed

+1307
-444
lines changed

10 files changed

+1307
-444
lines changed

dev/index.html

+2
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,9 @@
125125

126126
<!-- add mocha -->
127127
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/mocha/3.2.0/mocha.css">
128+
<script src="https://cdn.socket.io/3.1.3/socket.io.min.js" integrity="sha384-cPwlPLvBTa3sKAgddT6krw0cJat7egBga3DJepJyrLl4Q9/5WLra3rrnMcyTyOnh" crossorigin="anonymous"></script>
128129
<script src="https://cdnjs.cloudflare.com/ajax/libs/mocha/3.2.0/mocha.js"></script>
130+
<script src="https://cdnjs.cloudflare.com/ajax/libs/sinon.js/10.0.0/sinon.min.js"></script>
129131
<script>
130132
mocha.setup('bdd');
131133
</script>

0 commit comments

Comments
 (0)