chore(cloudcmd) lint

This commit is contained in:
coderaiser 2019-09-28 16:42:30 +03:00
parent d473a7e187
commit 794caced01
15 changed files with 42 additions and 35 deletions

View file

@ -32,7 +32,7 @@ const TMPL = [
'link',
].map(addHBS);
const JSON_FILES = {
const data = {
path : '/etc/X11/',
files : [{
name: 'applnk',
@ -73,7 +73,7 @@ test('cloudfunc: render', (t) => {
time('CloudFunc.buildFromJSON');
const result = CloudFunc.buildFromJSON({
prefix : '',
data : JSON_FILES,
data,
template,
});