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
fix(cli-helper): Properly delete temporary directories in tests
Avoid the use of `createOrtTempFile()` in test but use Kotest's `tempfile`
instead which automatically deletes the file after the test has finished.
Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
0 commit comments