fix spelling and tests...
Some checks failed
test / lint-and-spellcheck (push) Has been cancelled
test / unit-tests (18.x) (push) Has been cancelled
test / unit-tests (20.x) (push) Has been cancelled
test / unit-tests (22.x) (push) Has been cancelled
test / integration-tests (18.x) (push) Has been cancelled
test / integration-tests (20.x) (push) Has been cancelled
test / integration-tests (22.x) (push) Has been cancelled
test / e2e-tests (18.x) (push) Has been cancelled

This commit is contained in:
Traines 2025-03-15 23:25:48 +00:00
parent f741a13670
commit 6c2081c14e
2 changed files with 35 additions and 30 deletions

View file

@ -621,7 +621,11 @@
"Zusammenfassung", "Zusammenfassung",
"Züttlingen", "Züttlingen",
"Zwickauer", "Zwickauer",
"zwischenhalte" "zwischenhalte",
"bestprice",
"intervalle",
"Intervalle",
"tagesbest"
], ],
"ignorePaths": [ "ignorePaths": [
"docs/dumps/**", "docs/dumps/**",

View file

@ -276,9 +276,9 @@ if (!process.env.VCR_OFF) {
}); });
t.end(); t.end();
}); });
}
/*
/*
tap.skip('journeysFromTrip U Mehringdamm to U Naturkundemuseum, reroute to Spittelmarkt.', async (t) => { tap.skip('journeysFromTrip U Mehringdamm to U Naturkundemuseum, reroute to Spittelmarkt.', async (t) => {
const blnMehringdamm = '730939'; const blnMehringdamm = '730939';
const blnStadtmitte = '732541'; const blnStadtmitte = '732541';
@ -368,7 +368,7 @@ tap.skip('journeysFromTrip U Mehringdamm to U Naturkundemuseum, reroute to S
} }
});*/ });*/
tap.test('trip details', async (t) => { tap.test('trip details', async (t) => {
const res = await client.journeys(berlinHbf, münchenHbf, { const res = await client.journeys(berlinHbf, münchenHbf, {
results: 1, departure: when, results: 1, departure: when,
}); });
@ -394,7 +394,8 @@ tap.test('trip details', async (t) => {
validate(t, tripRes, 'tripResult', 'tripRes'); validate(t, tripRes, 'tripResult', 'tripRes');
t.end(); t.end();
}); });
}
tap.test('departures at Berlin Schwedter Str.', async (t) => { tap.test('departures at Berlin Schwedter Str.', async (t) => {
const res = await client.departures(blnSchwedterStr, { const res = await client.departures(blnSchwedterStr, {