##// END OF EJS Templates
working on IoC container
working on IoC container

File last commit:

r7:d958f4439e52 default
r38:d3813a6cdb36 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();
});
});