aboutsummaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/assembler.spec.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/assembler.spec.ts b/src/utils/assembler.spec.ts
index 836f388..9f66009 100644
--- a/src/utils/assembler.spec.ts
+++ b/src/utils/assembler.spec.ts
@@ -1,3 +1,4 @@
+import { describe, expect, it } from 'vitest';
import { assemble } from './assembler';
function bytes(hex: string) {