(over: Record<string, unknown> = {})
| 41 | }); |
| 42 | |
| 43 | const deps = (over: Record<string, unknown> = {}) => ({ |
| 44 | dir, |
| 45 | env: {} as NodeJS.ProcessEnv, |
| 46 | now: () => T0, |
| 47 | currentVersion: '1.4.0', |
| 48 | resolveLatest: async () => 'v1.5.0', |
| 49 | ...over, |
| 50 | }); |
| 51 | |
| 52 | describe('notice', () => { |
| 53 | it('reports an available update and how to install it', async () => { |