Closed jorgelainfiesta closed 5 years ago
@jorgelainfiesta: did you have a look at #223? I just had a brief look and that seems to work?
I think this can be closed now, no?
solved with: https://github.com/pretenderjs/pretender/pull/243
Released as v3.0.1
Hi!
I'm trying to use Pretender in a Glimmer application but I'm having trouble importing the module. Using
import Pretender from 'pretender'
doesn't resolve anything because there's apparently no default export. I'm now usingimport * as pretender from 'pretender'
to get the whole thing but I just get an empty object.I saw there's type support and tried to read the related issues (that are now closed) but I still don't know how to make it work properly.
Am I missing something?
Thanks, Jorge L