##// END OF EJS Templates
Added test: Optional dependency with child container...
Added test: Optional dependency with child container Improved container logging

File last commit:

r95:cd6fdbb2f173 ts-plugin
r158:7e27596a76a8 default
Show More
index.js
8 lines | 117 B | application/javascript | JavascriptLexer
var rjs = require('requirejs');
rjs.config({
baseUrl: '.',
nodeRequire: require
});
rjs(['./tests/plan']);