martinkasa / capacitor-secure-storage-plugin

Capacitor plugin for storing string values securly on iOS and Android.
MIT License
155 stars 56 forks source link

TypeError: Super expression must either be null or a function while testing with Jest And Enzyme #33

Open benforsrup opened 3 years ago

benforsrup commented 3 years ago

I'm getting TypeError for the line import 'capacitor-secure-storage-plugin'; whenever I'm testing with jest and enzyme. Is this line still needed?

The jest error: TypeError: Super expression must either be null or a function