fix: resolve symlinked bin entrypoints #9
Annotations
3 errors
|
release
Process completed with exit code 1.
|
|
test/entrypoints.test.js > registry review entrypoint > treats a symlinked registry bin path as direct execution:
test/entrypoints.test.js#L100
AssertionError: expected false to be true // Object.is equality
- Expected
+ Received
- true
+ false
❯ test/entrypoints.test.js:100:81
|
|
test/entrypoints.test.js > index.js entrypoint > treats a symlinked bin path as direct execution:
test/entrypoints.test.js#L50
AssertionError: expected false to be true // Object.is equality
- Expected
+ Received
- true
+ false
❯ test/entrypoints.test.js:50:81
|