From 416417a0375dbcbc76d11868a36e6b30e3b3ad0a Mon Sep 17 00:00:00 2001 From: Yohay Nahmany Date: Wed, 28 May 2025 10:18:45 +0200 Subject: [PATCH] chore: wip --- tests/annotations.test.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/annotations.test.mjs b/tests/annotations.test.mjs index 327c139..0ed4e1a 100644 --- a/tests/annotations.test.mjs +++ b/tests/annotations.test.mjs @@ -1,6 +1,7 @@ import assert from 'node:assert'; import { describe, test } from 'node:test'; + describe('Math Operations', () => { describe('Addition', () => { test('should return 4 when adding 2 + 2', () => {