##// END OF EJS Templates
changed the project structure
changed the project structure

File last commit:

r7:d958f4439e52 default
r49:1a91da7b15f7 di-typescript
Show More
example.js
6 lines | 165 B | application/javascript | JavascriptLexer
define(["tape", "core/Uuid"], function(tape, Uuid) {
"use strict";
tape('uuid', function(t) {
t.notEqual(Uuid(),Uuid());
t.end();
});
});