mirror of
https://github.com/strapi/strapi.git
synced 2025-09-18 13:02:18 +00:00
remove .only
This commit is contained in:
parent
f88d7ad560
commit
841c7490e1
@ -252,8 +252,7 @@ describe('Transfer engine', () => {
|
|||||||
).rejects.toThrow();
|
).rejects.toThrow();
|
||||||
});
|
});
|
||||||
|
|
||||||
test.only('calls all provider stages', async () => {
|
test('calls all provider stages', async () => {
|
||||||
// TODO: use a source and destination that actually have all stages
|
|
||||||
const engine = createTransferEngine(completeSource, completeSource, defaultOptions);
|
const engine = createTransferEngine(completeSource, completeSource, defaultOptions);
|
||||||
await engine.transfer();
|
await engine.transfer();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user