Commit fa84979
committed
fix: properly include lantern/testing in build
Removed the exclusion of `lantern/testing` from tsconfig and fixed the
underlying TypeScript errors by:
- Installing @types/mocha for Mocha type definitions
- Creating stub type declarations for chrome-devtools testing utilities
The directory is now properly compiled without errors instead of being
hidden via exclusion.
Fixes the build without bypassing type checking.1 parent 49ad847 commit fa84979
3 files changed
Lines changed: 10 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | | - | |
| 61 | + | |
63 | 62 | | |
64 | 63 | | |
0 commit comments