You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/DialogueEditor/components/Explorer/components/Preview/components/DialogueTypeDropdown/DialogueTypeDropdown.test.luau
+43Lines changed: 43 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -182,6 +182,49 @@ return {
182
182
end).toFinishBeforeSeconds(1);
183
183
184
184
end);
185
+
186
+
it("can create dialogue folder if it doesn't exist", function()
0 commit comments