UNPKG
choo-shortcache
Version:
latest (0.0.0)
0.0.0
choo nanocomponent cache shortcut
choo-shortcache
/
example
/
node_modules
/
browserify
/
test
/
ignore
/
by-relative.js
6 lines
(5 loc)
•
181 B
JavaScript
View Raw
1
2
3
4
5
6
/** * This test is to check to make sure that files that are ignored do not get * bundled when referenced with a nested relative path. */
t
.deepEqual
(
require
(
'./relative'
), {});