We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I keep getting this error: TypeError: __WEBPACK_IMPORTED_MODULE_1_mockfirebase___default.a.override is not a function
TypeError: __WEBPACK_IMPORTED_MODULE_1_mockfirebase___default.a.override is not a function
In my spec.ts I imported it at the top
import MockFirebase from'mockfirebase';
then in my before each i called: MockFirebase.override();
MockFirebase.override();
Does it need to be in the karma config and where ?? I am making an ionic app using ionic example testing git repo.
The text was updated successfully, but these errors were encountered:
var MockFirebase = require('mockfirebase').MockFirebase;
in the setup instructions where do i put this?
Sorry, something went wrong.
No branches or pull requests
I keep getting this error:
TypeError: __WEBPACK_IMPORTED_MODULE_1_mockfirebase___default.a.override is not a function
In my spec.ts I imported it at the top
import MockFirebase from'mockfirebase';
then in my before each i called:
MockFirebase.override();
Does it need to be in the karma config and where ??
I am making an ionic app using ionic example testing git repo.
The text was updated successfully, but these errors were encountered: