##// END OF EJS Templates
migrating to new project plugin 1.0.1-rc1...
migrating to new project plugin 1.0.1-rc1 added all source sets and compilerOptions

File last commit:

r59:ba3ff79c2832 default
r90:fddd238cb7ee ts-plugin
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();
});
});