Files
wren/test/os/process/arguments.wren
T

7 lines
201 B
JavaScript
Raw Normal View History

2016-05-21 12:44:17 -07:00
import "os" for Process
// No additional arguments are passed to the test.
System.print(Process.arguments) // expect: []
// TODO: Test passing additional args once we have an API to spawn a process.