UNPKG

181 BJavaScriptView Raw
1/**
2 * This test is to check to make sure that files that are ignored do not get
3 * bundled when referenced with a nested relative path.
4 */
5t.deepEqual(require('./relative'), {});