Simple feedback server
This commit is contained in:
17
feedback-server/externs/global/TestStart.hx
Normal file
17
feedback-server/externs/global/TestStart.hx
Normal file
@@ -0,0 +1,17 @@
|
||||
package global;
|
||||
|
||||
typedef TestStart = {
|
||||
/**
|
||||
The test name.
|
||||
**/
|
||||
var name : String;
|
||||
/**
|
||||
The nesting level of the test.
|
||||
**/
|
||||
var nesting : Float;
|
||||
/**
|
||||
The path of the test file, undefined if test is not ran through a file.
|
||||
**/
|
||||
@:optional
|
||||
var file : String;
|
||||
};
|
Reference in New Issue
Block a user