diff options
| author | Uri Shaked | 2025-02-11 10:22:50 +0200 |
|---|---|---|
| committer | Uri Shaked | 2025-02-11 10:22:50 +0200 |
| commit | 05c5c7e9069e1ace3441c1f8f12e45b3d304748e (patch) | |
| tree | 8047a1a96c544794300bd80ecfc4590315be7076 /src/peripherals/watchdog.spec.ts | |
| parent | ci: update Node.js versions (diff) | |
| download | avr8js-05c5c7e9069e1ace3441c1f8f12e45b3d304748e.tar.gz avr8js-05c5c7e9069e1ace3441c1f8f12e45b3d304748e.tar.bz2 avr8js-05c5c7e9069e1ace3441c1f8f12e45b3d304748e.zip | |
test: migrate tests from jest to vitest
Diffstat (limited to 'src/peripherals/watchdog.spec.ts')
| -rw-r--r-- | src/peripherals/watchdog.spec.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/peripherals/watchdog.spec.ts b/src/peripherals/watchdog.spec.ts index edd7631..df72148 100644 --- a/src/peripherals/watchdog.spec.ts +++ b/src/peripherals/watchdog.spec.ts @@ -5,6 +5,7 @@ * Copyright (C) 2021 Uri Shaked */ +import { describe, expect, it } from 'vitest'; import { AVRClock, clockConfig } from '..'; import { CPU } from '../cpu/cpu'; import { asmProgram, TestProgramRunner } from '../utils/test-utils'; |
