Skip to content

Commit cdcc9ca

Browse files
committed
chore: create tmp directory for test outputs
1 parent 4c2c26e commit cdcc9ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/validation-providers/zod-validation-provider/zod-validation-provider.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ describe('ZodValidationProvider', () => {
144144
entity: {name: validationSchemaStorage.importName}
145145
}
146146
);
147+
await fs.mkdir(path.join(__dirname, 'tmp'), {recursive: true});
147148
await Promise.all([
148149
fs.writeFile(
149150
path.join(__dirname, 'tmp', validationSchemaStorage.file.filename),

0 commit comments

Comments
 (0)