Commit 7f928d8
committed
fix: remove dotenv dependency from NUT test to avoid dependency conflicts
- Removed dotenv import and config() call from componentLocalPreview.nut.ts
- Using process.env directly instead of dotenv.config()
- This avoids the mocha/cliui dependency conflict that was preventing CI tests
- Now we can test if NUT test files cause @lwrjs/api issues without package.json changes1 parent e550f74 commit 7f928d8
File tree
2 files changed
+1
-3
lines changed- test/commands/lightning/dev
2 files changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | 34 | | |
36 | 35 | | |
37 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
18 | | - | |
| 17 | + | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
0 commit comments