@@ -1463,7 +1463,7 @@ Emitted when code coverage is enabled and all tests have completed.
1463
1463
1464
1464
* ` data ` {Object}
1465
1465
* ` file ` {string|undefined} The path of the test file,
1466
- undefined if test is not ran through a file .
1466
+ ` undefined ` if test was run through the REPL .
1467
1467
* ` name ` {string} The test name.
1468
1468
* ` nesting ` {number} The nesting level of the test.
1469
1469
@@ -1473,7 +1473,7 @@ Emitted when a test is dequeued, right before it is executed.
1473
1473
1474
1474
* ` data ` {Object}
1475
1475
* ` file ` {string|undefined} The path of the test file,
1476
- undefined if test is not ran through a file .
1476
+ ` undefined ` if test was run through the REPL .
1477
1477
* ` message ` {string} The diagnostic message.
1478
1478
* ` nesting ` {number} The nesting level of the test.
1479
1479
@@ -1483,7 +1483,7 @@ Emitted when [`context.diagnostic`][] is called.
1483
1483
1484
1484
* ` data ` {Object}
1485
1485
* ` file ` {string|undefined} The path of the test file,
1486
- undefined if test is not ran through a file .
1486
+ ` undefined ` if test was run through the REPL .
1487
1487
* ` name ` {string} The test name.
1488
1488
* ` nesting ` {number} The nesting level of the test.
1489
1489
@@ -1496,7 +1496,7 @@ Emitted when a test is enqueued for execution.
1496
1496
* ` duration ` {number} The duration of the test in milliseconds.
1497
1497
* ` error ` {Error} The error thrown by the test.
1498
1498
* ` file ` {string|undefined} The path of the test file,
1499
- undefined if test is not ran through a file .
1499
+ ` undefined ` if test was run through the REPL .
1500
1500
* ` name ` {string} The test name.
1501
1501
* ` nesting ` {number} The nesting level of the test.
1502
1502
* ` testNumber ` {number} The ordinal number of the test.
@@ -1511,7 +1511,7 @@ Emitted when a test fails.
1511
1511
* ` details ` {Object} Additional execution metadata.
1512
1512
* ` duration ` {number} The duration of the test in milliseconds.
1513
1513
* ` file ` {string|undefined} The path of the test file,
1514
- undefined if test is not ran through a file .
1514
+ ` undefined ` if test was run through the REPL .
1515
1515
* ` name ` {string} The test name.
1516
1516
* ` nesting ` {number} The nesting level of the test.
1517
1517
* ` testNumber ` {number} The ordinal number of the test.
@@ -1524,7 +1524,7 @@ Emitted when a test passes.
1524
1524
1525
1525
* ` data ` {Object}
1526
1526
* ` file ` {string|undefined} The path of the test file,
1527
- undefined if test is not ran through a file .
1527
+ ` undefined ` if test was run through the REPL .
1528
1528
* ` nesting ` {number} The nesting level of the test.
1529
1529
* ` count ` {number} The number of subtests that have ran.
1530
1530
@@ -1534,7 +1534,7 @@ Emitted when all subtests have completed for a given test.
1534
1534
1535
1535
* ` data ` {Object}
1536
1536
* ` file ` {string|undefined} The path of the test file,
1537
- undefined if test is not ran through a file .
1537
+ ` undefined ` if test was run through the REPL .
1538
1538
* ` name ` {string} The test name.
1539
1539
* ` nesting ` {number} The nesting level of the test.
1540
1540
0 commit comments