From 05c5c7e9069e1ace3441c1f8f12e45b3d304748e Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Tue, 11 Feb 2025 10:22:50 +0200 Subject: test: migrate tests from jest to vitest --- src/peripherals/watchdog.spec.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/peripherals/watchdog.spec.ts') 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'; -- cgit v1.2.3