Like I can include any file in app/ with import Something from '<app_name>/...', what's the corresponding thing for files in tests/?
app/
import Something from '<app_name>/...'
tests/
Now I always use relative path but sometimes it's quite annoying.
Aucun commentaire:
Enregistrer un commentaire