COS301-SE-2023 / AI-Photo-Editor

Blix is a cross-platform AI-assisted graph photo editor. NEW REPO: https://github.com/BlixEditor/blix
GNU General Public License v3.0
41 stars 7 forks source link

Fix Jest aliases issue with tsconfig #63

Closed ArmandKrynauw closed 1 year ago

ArmandKrynauw commented 1 year ago

Aliases such as below does not work in the spec.ts files with Jest

@electron/....

Now we have to resort to using relative paths as below which is kind of a pain

../../../electron/....
CenturionLC commented 1 year ago

Pass over to sprint 4