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', () => {