mirror of
https://github.com/unraid/api.git
synced 2026-01-04 23:50:37 -06:00
fix: sequential test execution for generic-modification
This commit is contained in:
@@ -133,7 +133,7 @@ async function testInvalidModification(testCase: ModificationTestCase) {
|
|||||||
await patcher.rollback();
|
await patcher.rollback();
|
||||||
}
|
}
|
||||||
|
|
||||||
describe('File modifications', () => {
|
describe.sequential('File modifications', () => {
|
||||||
test.each(testCases)(`$fileName modifier correctly applies to fresh install`, async (testCase) => {
|
test.each(testCases)(`$fileName modifier correctly applies to fresh install`, async (testCase) => {
|
||||||
await testModification(testCase);
|
await testModification(testCase);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user