davestewart / alias-hq

The end-to-end solution for configuring, refactoring, maintaining and using path aliases
https://davestewart.co.uk/projects/open-source/alias-hq/
MIT License
330 stars 11 forks source link

Upgrade to Jest 28 to support self-referencing packages #50

Open davestewart opened 2 years ago

davestewart commented 2 years ago

Right now, we can't import alias-hq in Jest tests, but it looks like the latest version of Jest will support this.

See:

Should upgrade Jest once the full release comes out.