feature: cloudcmd: add ability to show modification time (#230)

This commit is contained in:
coderiaser 2026-03-20 17:46:51 +02:00
parent ddf5a59f70
commit 10934b3ad9
12 changed files with 87 additions and 4 deletions

View file

@ -68,7 +68,7 @@ test('cloudfunc: render', (t) => {
template,
});
Expect += fs.readFileSync(EXPECT_PATH, 'utf8');
Expect += fs.readFileSync(EXPECT_PATH, 'utf8').slice(0, -1);
let i;
const isNotOk = Expect