fix: removing temp .only() in sharp test
This commit is contained in:
parent
6d1eecb2b1
commit
48121b0fae
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
import { expect } from 'chai';
|
||||
import sharp from '../dist/loaders/sharp.js';
|
||||
|
||||
describe.only('Sharp service', () => {
|
||||
describe('Sharp service', () => {
|
||||
describe('serializeTransform', () => {
|
||||
const src = '/assets/image.png';
|
||||
|
||||
|
|
Loading…
Reference in a new issue