mirror of
https://github.com/lovell/sharp.git
synced 2025-12-19 07:15:08 +01:00
Linter: apply all recommended biome settings
Enforces previously-skipped useArrowFunction check
This commit is contained in:
@@ -9,7 +9,7 @@ const assert = require('node:assert');
|
||||
const sharp = require('../../');
|
||||
const fixtures = require('../fixtures');
|
||||
|
||||
describe('Join input images together', function () {
|
||||
describe('Join input images together', () => {
|
||||
it('Join two images horizontally', async () => {
|
||||
const data = await sharp([
|
||||
fixtures.inputPngPalette,
|
||||
|
||||
Reference in New Issue
Block a user