@everyonesoftware/common 12.0.0 → 13.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/outputs/tests.js CHANGED
@@ -6,7 +6,7 @@ import {
6
6
  TestAction,
7
7
  TreeConsoleTestRunnerUI,
8
8
  assertTestTests_exports
9
- } from "./chunk-FZ3WRQ7B.js";
9
+ } from "./chunk-P4KLLRFY.js";
10
10
  import {
11
11
  ByteListStream,
12
12
  Bytes,
@@ -90,7 +90,7 @@ import {
90
90
  join,
91
91
  orList,
92
92
  quote
93
- } from "./chunk-MHMLVX2O.js";
93
+ } from "./chunk-TUBXFCG4.js";
94
94
 
95
95
  // tests/byteListStreamTests.ts
96
96
  var byteListStreamTests_exports = {};
@@ -3304,6 +3304,7 @@ function test12(runner) {
3304
3304
  test57.assertEqual(18, dateTime.getMinute());
3305
3305
  test57.assertEqual(30, dateTime.getSecond());
3306
3306
  test57.assertEqual("2025-03-14", dateTime.toDateString());
3307
+ test57.assertEqual("Mar 14", dateTime.toShortDateString());
3307
3308
  test57.assertEqual("2025-03-14T20:18:30.000-07:00", dateTime.toString());
3308
3309
  test57.assertEqual("2025-03-14T20:18:30.000-07:00", dateTime.debug);
3309
3310
  });