UNPKG

125 BJavaScriptView Raw
1var plan = require('../../index');
2
3plan.target('test', {
4 host: 'example.com'
5});
6
7plan.local(function() {
8 /* noop */
9});
\No newline at end of file