##// END OF EJS Templates
Working on text writer
Working on text writer

File last commit:

r59:ba3ff79c2832 default
r81:2ac7406b138e default
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();
});
});