Commit efc99a5
committed
AG-53262: Fix e2e fixture imports to use @adguard/dnr-converter
The rule-limits e2e fixture imported DeclarativeRule, ResourceType,
RuleActionType, and getRuleSetPath from @adguard/tsurlfilter deep paths
(declarative-converter and declarative-converter-utils) which no longer
exist. These symbols are exported from @adguard/dnr-converter instead.
This fixes both the Lint (TS2307) and E2E (cannot find package) CI
failures.1 parent e7e2c98 commit efc99a5
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
| 29 | + | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments