Closed LitoMore closed 3 years ago
We already have a pkg
option for users to pass in their package object, what about let users read the package at their side, then pass it to our package?
I think we should accept import.meta
, not import.meta.url
. import.meta
might get useful properties we might want to use in the future. It's more future proof this way. We can just call the option importMeta
and make it required.
Related to #176
Changes
importMeta
option for allowing users to pass in their package URLimportMeta
option to all the test codeSpec
importMeta
is requiredimport.meta