##// END OF EJS Templates
added provided and configure methods to the fluent container configuration, added applyConfig method to the container
added provided and configure methods to the fluent container configuration, added applyConfig method to the container

File last commit:

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