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
test: convert to automated CLI test with temp directory
Converted testSketchWithCustomMainFile() from manual to automated test. Now creates a temporary sketch folder with custom main file and sketch.properties, then tests the CLI build command.
Follows the pattern from SchemaTest.kt using Files.createTempDirectory() and automatic cleanup.
0 commit comments