remove describe only

This commit is contained in:
Marc-Roig 2022-11-21 19:11:49 +01:00
parent 6a1100b4f9
commit c95f2ebe8a

View File

@ -770,7 +770,7 @@ describe('Relations', () => {
}); });
// TODO: Use createShop and updateShop in other tests // TODO: Use createShop and updateShop in other tests
describe.only('Reorder entity relations', () => { describe('Reorder entity relations', () => {
test('Connect new relation at the start', async () => { test('Connect new relation at the start', async () => {
// Add two products at the start // Add two products at the start
const createdShop = await createShop({ const createdShop = await createShop({