No provider for PluginManager #2031
Unanswered
ryanbasiltrickett
asked this question in
Q&A
Replies: 2 comments
-
@ryanbasiltrickett Did you happen to find a solution? Currently struggling with the same error (while running tests). |
Beta Was this translation helpful? Give feedback.
0 replies
-
I managed to fix this problem by adding beforeEach(async () => {
await TestBed.configureTestingModule({
imports: [NgxsModule.forRoot()],
declarations: [],
providers: []
}).compileComponents();
}); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need help with this error occurring, why would this be?
Beta Was this translation helpful? Give feedback.
All reactions