Files
kiss-flixel/feedback-server/externs/global/TestStdout.hx

13 lines
225 B
Haxe

package global;
typedef TestStdout = {
/**
The path of the test file, undefined if test is not ran through a file.
**/
@:optional
var file : String;
/**
The message written to `stdout`
**/
var message : String;
};