aboutsummaryrefslogtreecommitdiff
path: root/src/peripherals/eeprom.spec.ts
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/peripherals/eeprom.spec.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/peripherals/eeprom.spec.ts b/src/peripherals/eeprom.spec.ts
index a90116f..a9cab9b 100644
--- a/src/peripherals/eeprom.spec.ts
+++ b/src/peripherals/eeprom.spec.ts
@@ -1,6 +1,7 @@
+import { describe, expect, it } from 'vitest';
import { CPU } from '../cpu/cpu';
-import { AVREEPROM, EEPROMMemoryBackend } from './eeprom';
import { asmProgram, TestProgramRunner } from '../utils/test-utils';
+import { AVREEPROM, EEPROMMemoryBackend } from './eeprom';
// EEPROM Registers
const EECR = 0x3f;