registry test update

This commit is contained in:
guybedford
2014-05-19 14:49:41 -07:00
parent 82565e7343
commit 158e202d3a
6 changed files with 322 additions and 52 deletions
+10
View File
@@ -0,0 +1,10 @@
exports['voxel demo'] = function(done) {
System.import('npm:voxel-demo').then(function() {
done();
}).
catch(function(e) {
setTimeout(function() {
throw e;
});
});
}