Skip to content

Commit 1623f34

Browse files
committed
added commented out tests directive
1 parent a47b826 commit 1623f34

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Scripts/CSSketch-remote.coscript

+4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ if (!NSClassFromString("MSDocument")){
1111
var sketchDocumentsFolder = [projectFolder stringByAppendingPathComponent:"Examples"];
1212
var documentPath = [sketchDocumentsFolder stringByAppendingPathComponent:"CSSketch - flexBox.sketch"];
1313

14+
// Submitted tests
15+
// var testsFolder = [projectFolder stringByAppendingPathComponent:"test"];
16+
// var documentPath = [testsFolder stringByAppendingPathComponent:"twoClasses.sketch"];
17+
1418
// Open Sketch document
1519
[[NSWorkspace sharedWorkspace] openFile:documentPath];
1620

0 commit comments

Comments
 (0)