mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
6 lines
181 B
JavaScript
6 lines
181 B
JavaScript
/**
|
|
* 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'), {});
|