##// END OF EJS Templates
working on lifetime management
working on lifetime management

File last commit:

r95:cd6fdbb2f173 ts-plugin
r129:c13384c6c1ac ioc ts support
Show More
index.js
8 lines | 117 B | application/javascript | JavascriptLexer
cin
Amd tests are passed
r91 var rjs = require('requirejs');
rjs.config({
baseUrl: '.',
nodeRequire: require
});
rjs(['./tests/plan']);