You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.equal(`Nest can't resolve dependencies of the POSSIBLY_MISSING_DEP (?). Please make sure that the argument MISSING_DEP at index [0] is available in the RootTestModule context.
122
122
123
123
Potential solutions:
124
+
- Is RootTestModule a valid NestJS module?
124
125
- If MISSING_DEP is a provider, is it part of the current RootTestModule?
125
126
- If MISSING_DEP is exported from a separate @Module, is that module imported within RootTestModule?
stringCleaner(`Nest can't resolve dependencies of the CatService (?, CatService). Please make sure that the argument dependency at index [0] is available in the current context.
19
19
20
20
Potential solutions:
21
+
- Is current a valid NestJS module?
21
22
- If dependency is a provider, is it part of the current current?
22
23
- If dependency is exported from a separate @Module, is that module imported within current?
stringCleaner(`Nest can't resolve dependencies of the CatService (?, MY_TOKEN). Please make sure that the argument dependency at index [0] is available in the current context.
42
43
43
44
Potential solutions:
45
+
- Is current a valid NestJS module?
44
46
- If dependency is a provider, is it part of the current current?
45
47
- If dependency is exported from a separate @Module, is that module imported within current?
stringCleaner(`Nest can't resolve dependencies of the CatService (?, CatFunction). Please make sure that the argument dependency at index [0] is available in the current context.
63
65
64
66
Potential solutions:
67
+
- Is current a valid NestJS module?
65
68
- If dependency is a provider, is it part of the current current?
66
69
- If dependency is exported from a separate @Module, is that module imported within current?
stringCleaner(`Nest can't resolve dependencies of the CatService (?, +). Please make sure that the argument dependency at index [0] is available in the current context.
84
87
85
88
Potential solutions:
89
+
- Is current a valid NestJS module?
86
90
- If dependency is a provider, is it part of the current current?
87
91
- If dependency is exported from a separate @Module, is that module imported within current?
stringCleaner(`Nest can't resolve dependencies of the CatService (?, MY_TOKEN). Please make sure that the argument dependency at index [0] is available in the TestModule context.
105
109
106
110
Potential solutions:
111
+
- Is TestModule a valid NestJS module?
107
112
- If dependency is a provider, is it part of the current TestModule?
108
113
- If dependency is exported from a separate @Module, is that module imported within TestModule?
stringCleaner(`Nest can't resolve dependencies of the Symbol(CatProvider) (?). Please make sure that the argument dependency at index [0] is available in the current context.
138
143
139
144
Potential solutions:
145
+
- Is current a valid NestJS module?
140
146
- If dependency is a provider, is it part of the current current?
141
147
- If dependency is exported from a separate @Module, is that module imported within current?
stringCleaner(`Nest can't resolve dependencies of the CatProvider (?, Symbol(DogProvider)). Please make sure that the argument dependency at index [0] is available in the current context.
159
165
160
166
Potential solutions:
167
+
- Is current a valid NestJS module?
161
168
- If dependency is a provider, is it part of the current current?
162
169
- If dependency is exported from a separate @Module, is that module imported within current?
0 commit comments