chore: lint

This commit is contained in:
coderiaser 2025-01-03 13:43:36 +02:00
parent 13cb970a55
commit 5d22722010
8 changed files with 11 additions and 9 deletions

View file

@ -1,11 +1,11 @@
'use strict';
const {promisify} = require('node:util');
const tryToCatch = require('try-to-catch');
const {test, stub} = require('supertape');
const callbackify = require('./callbackify');
const {promisify} = require('node:util');
test('cloudcmd: common: callbackify: error', async (t) => {
const promise = stub().rejects(Error('hello'));