fix: tests

This commit is contained in:
coderiaser 2026-01-16 23:54:45 +02:00
parent 0971ac4e94
commit a523ef65f5
7 changed files with 9 additions and 16 deletions

View file

@ -9,7 +9,7 @@ const {
_isRootWin32,
_isRootAll,
_onPUT,
} = require('.');
} = require('./index.mjs');
test('rest: formatMsg', (t) => {
const result = _formatMsg('hello', 'world');