source:
trip-planner-front/node_modules/resolve/test/resolver/without_basedir/main.js@
84d0fbb
Last change on this file since 84d0fbb was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 111 bytes |
Line | |
---|---|
1 | var resolve = require('../../../'); |
2 | |
3 | module.exports = function (t, cb) { |
4 | resolve('mymodule', null, cb); |
5 | }; |
Note:
See TracBrowser
for help on using the repository browser.