Commit 3fae1cd
committed
fix: restore depGraph assignment used by assertions in plugin.spec.ts
The eslint migration accidentally removed the variable assignment for
depGraph in a test that still uses it in assertions, causing a
ReferenceError at runtime.1 parent 3f59f38 commit 3fae1cd
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| |||
0 commit comments