Skip to content

Commit 18813fc

Browse files
committed
tests: prepare the output directory before compiling
1 parent dc6d02c commit 18813fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/ConfigTestCases.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ describe("ConfigTestCases", () => {
4848
category.name,
4949
testName
5050
);
51+
mkdirp.sync(outputDirectory);
5152
const exportedTests = [];
5253
const exportedBeforeEach = [];
5354
const exportedAfterEach = [];
@@ -276,7 +277,6 @@ describe("ConfigTestCases", () => {
276277
: fit(title, () => {}).pend("Skipped")
277278
);
278279
});
279-
280280
jasmine
281281
.getEnv()
282282
.execute([asyncSuite.id], asyncSuite)

0 commit comments

Comments
 (0)