I am looking at this specific line of code to understand what it is or to find some documentation about it.
const Lucid = use('Lucid')
I am trying to write a test in adonisjs using mocha and it gives me the following error "ReferenceError: use is not defined"
require()
that would be in some library which you do not appear to have available. – Wholesaleuse
keyword. That is a function call - some library defines it. You don't seem to have that library loaded. – Kinsey