Fix: Reorganize imports for better clarity in test files

This commit is contained in:
2025-11-08 12:20:38 +01:00
parent 8eefd15b80
commit d04289948e
4 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
import test from 'node:test'
import assert from 'node:assert/strict'
import test from 'node:test'
/**
* SummaryReporter unit tests