mirror of
https://github.com/strapi/strapi.git
synced 2025-11-03 11:25:17 +00:00
remove describe only
This commit is contained in:
parent
6a1100b4f9
commit
c95f2ebe8a
@ -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({
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user