Skip to content
Snippets Groups Projects
Verified Commit d7bde9c1 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

fix: wip new pipeline

parent 33bc1043
No related branches found
No related tags found
No related merge requests found
...@@ -202,7 +202,8 @@ describe('Transformer', function () { ...@@ -202,7 +202,8 @@ describe('Transformer', function () {
it('Transformer.run(' + JSON.stringify(a) + ').run(' + JSON.stringify(b) + ') should return ' + JSON.stringify(c), function () { it('Transformer.run(' + JSON.stringify(a) + ').run(' + JSON.stringify(b) + ') should return ' + JSON.stringify(c), function () {
const [major, minor, patch] = process.versions.node.split('.').map(Number)
console.log(major, minor, patch,'!!!!!!!!!!!')
const args=[b,c] const args=[b,c]
...@@ -214,9 +215,9 @@ describe('Transformer', function () { ...@@ -214,9 +215,9 @@ describe('Transformer', function () {
console.log(options,'options') console.log(options,'options')
const locale = getLocaleOfDocument(); // const locale = getLocaleOfDocument();
const intl= new Intl.DateTimeFormat(locale, options).format(new Date("2023-02-04 08:02:01")); //const intl= new Intl.DateTimeFormat("en", options).format(new Date("2023-02-04 08:02:01"));
console.log(intl,'intl') //console.log(intl,'intl')
let t = new Transformer(a); let t = new Transformer(a);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment