registry test update
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
exports['voxel demo'] = function(done) {
|
||||
System.import('npm:voxel-demo').then(function() {
|
||||
done();
|
||||
}).
|
||||
catch(function(e) {
|
||||
setTimeout(function() {
|
||||
throw e;
|
||||
});
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user