Commit 918421f
committed
fix: properly skip Deno integration tests when Deno is not available
- Add proper setup block to skip all Deno runtime tests when Deno executable is missing
- Remove inline :skip return which doesn't work correctly in test context
- Use ExUnit's recommended approach for conditional test skipping
This ensures tests pass in CI environments where Deno is not installed.1 parent 79f8277 commit 918421f
1 file changed
+10
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
85 | 93 | | |
86 | 94 | | |
87 | 95 | | |
| |||
110 | 118 | | |
111 | 119 | | |
112 | 120 | | |
| 121 | + | |
113 | 122 | | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
| 123 | + | |
118 | 124 | | |
119 | 125 | | |
120 | 126 | | |
| |||
0 commit comments