UNPKG
choo-shortcache
Version:
latest (0.0.0)
0.0.0
choo nanocomponent cache shortcut
choo-shortcache
/
example
/
node_modules
/
insert-module-globals
/
test
/
insert
/
foo
/
index.js
5 lines
(4 loc)
•
109 B
JavaScript
View Raw
1
2
3
4
5
process.
nextTick
(
function
(
) { t.
equal
(__filename,
'/foo/index.js'
); t.
equal
(__dirname,
'/foo'
); });