@teamkeel/testing-runtime 0.382.0 → 0.382.1
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/package.json +1 -1
- package/src/Executor.mjs +1 -1
package/package.json
CHANGED
package/src/Executor.mjs
CHANGED
|
@@ -110,7 +110,7 @@ export class Executor {
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
const dateFormat = /^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:(\d{2}(?:\.\d*))Z$/;
|
|
113
|
+
const dateFormat = /^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:(\d{2}(?:\.\d*)?)Z$/;
|
|
114
114
|
|
|
115
115
|
function reviver(key, value) {
|
|
116
116
|
if (typeof value === "string" && dateFormat.test(value)) {
|