by-relative.js 181 B

12345
  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. */
  5. t.deepEqual(require('./relative'), {});