mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-19 08:02:55 +00:00
refactor: update to node 22
This commit is contained in:
@@ -162,7 +162,11 @@ describe('e2e Connector', function () {
|
||||
await e2eRun(httpClient, {
|
||||
to: 'http://localhost',
|
||||
samplesLocation: './node_modules/@openstapps/core/test/resources',
|
||||
}).should.eventually.include('Unexpected difference between original and retrieved sample');
|
||||
}).should.eventually.satisfy((errors: string[]) => {
|
||||
return errors.every(error => {
|
||||
return error.startsWith('Unexpected difference between original and retrieved sample');
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
it('should fail to index', async function () {
|
||||
|
||||
Reference in New Issue
Block a user