mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-22 23:50:33 +00:00
feature: cloudcmd: add ability to show modification time (#230)
This commit is contained in:
parent
ddf5a59f70
commit
10934b3ad9
12 changed files with 87 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue