##// END OF EJS Templates
working version...
working version all tests are passed removed _localInstall task

File last commit:

r50:7a4fac383b10 di-typescript
r51:43a2828f8abe v1.2.0-rc di-typescript
Show More
example.js
6 lines | 165 B | application/javascript | JavascriptLexer
cin
tests moved under src/ folder...
r50 define(["tape", "core/Uuid"], function(tape, Uuid) {
"use strict";
tape('uuid', function(t) {
t.notEqual(Uuid(),Uuid());
t.end();
});
});