chore: lint

This commit is contained in:
coderiaser 2026-01-30 21:43:39 +02:00
parent 5e742c5b82
commit c0988590a7
15 changed files with 31 additions and 23 deletions

View file

@ -1,7 +1,7 @@
'use strict';
const process = require('node:process');
const test = require('supertape');
const {test} = require('supertape');
const env = require('./env.mjs');
test('cloudcmd: server: env: bool: upper case first', (t) => {

View file

@ -1,6 +1,6 @@
'use strict';
const test = require('supertape');
const {test} = require('supertape');
const prefixer = require('./prefixer');

View file

@ -1,6 +1,6 @@
'use strict';
const test = require('supertape');
const {test} = require('supertape');
const {tryToCatch} = require('try-to-catch');
const {