JS: add test case

This commit is contained in:
Esben Sparre Andreasen
2018-12-11 10:17:25 +01:00
parent 36e36a414e
commit 7cc6f2f4d8

View File

@@ -0,0 +1,9 @@
/**
* The MIT License (MIT)
*/
/**
* The user needs to accept the licence.
*/
function hasAcceptedLicense(){
// ...
}