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