aboutsummaryrefslogtreecommitdiff
path: root/src/peripherals/watchdog.spec.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/peripherals/watchdog.spec.ts')
-rw-r--r--src/peripherals/watchdog.spec.ts1
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';