We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1256c28 commit cb73a1cCopy full SHA for cb73a1c
ellar/testing/module.py
@@ -93,7 +93,7 @@ def create_test_module(
93
t.Union[t.Type["GuardCanActivate"], "GuardCanActivate"]
94
] = None,
95
config_module: t.Union[str, t.Dict] = None,
96
- ) -> TestingModule:
+ ) -> TESTING_MODULE: # type: ignore[valid-type]
97
"""
98
Create a TestingModule to test controllers and services in isolation
99
:param modules:
0 commit comments