Skip to content

Commit

Permalink
chore(scripts): change dist folder and bump (#4113) (generated) [skip…
Browse files Browse the repository at this point in the history
… ci]

Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
  • Loading branch information
algolia-bot and millotp committed Nov 15, 2024
1 parent 0787a3d commit d9d491d
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion tests/output/javascript/src/client/abtesting.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ describe('commonApi', () => {

const result = (await client.customPost({ path: '1/test' })) as unknown as EchoResponse;

expect(decodeURIComponent(result.algoliaAgent)).toMatch(/^Algolia for JavaScript \(5.14.1\).*/);
expect(decodeURIComponent(result.algoliaAgent)).toMatch(/^Algolia for JavaScript \(5.14.2\).*/);
}, 15000);

test('calls api with default read timeouts', async () => {
Expand Down
2 changes: 1 addition & 1 deletion tests/output/javascript/src/client/analytics.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ describe('commonApi', () => {

const result = (await client.customPost({ path: '1/test' })) as unknown as EchoResponse;

expect(decodeURIComponent(result.algoliaAgent)).toMatch(/^Algolia for JavaScript \(5.14.1\).*/);
expect(decodeURIComponent(result.algoliaAgent)).toMatch(/^Algolia for JavaScript \(5.14.2\).*/);
}, 15000);

test('calls api with default read timeouts', async () => {
Expand Down
2 changes: 1 addition & 1 deletion tests/output/javascript/src/client/composition.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ describe('commonApi', () => {

const result = (await client.customPost({ path: '1/test' })) as unknown as EchoResponse;

expect(decodeURIComponent(result.algoliaAgent)).toMatch(/^Algolia for JavaScript \(0.0.1-alpha.2\).*/);
expect(decodeURIComponent(result.algoliaAgent)).toMatch(/^Algolia for JavaScript \(0.0.1-alpha.3\).*/);
}, 15000);

test('calls api with default read timeouts', async () => {
Expand Down
2 changes: 1 addition & 1 deletion tests/output/javascript/src/client/ingestion.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ describe('commonApi', () => {

const result = (await client.customPost({ path: '1/test' })) as unknown as EchoResponse;

expect(decodeURIComponent(result.algoliaAgent)).toMatch(/^Algolia for JavaScript \(1.14.1\).*/);
expect(decodeURIComponent(result.algoliaAgent)).toMatch(/^Algolia for JavaScript \(1.14.2\).*/);
}, 15000);

test('calls api with default read timeouts', async () => {
Expand Down
2 changes: 1 addition & 1 deletion tests/output/javascript/src/client/insights.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ describe('commonApi', () => {

const result = (await client.customPost({ path: '1/test' })) as unknown as EchoResponse;

expect(decodeURIComponent(result.algoliaAgent)).toMatch(/^Algolia for JavaScript \(5.14.1\).*/);
expect(decodeURIComponent(result.algoliaAgent)).toMatch(/^Algolia for JavaScript \(5.14.2\).*/);
}, 15000);

test('calls api with default read timeouts', async () => {
Expand Down
2 changes: 1 addition & 1 deletion tests/output/javascript/src/client/monitoring.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ describe('commonApi', () => {

const result = (await client.customPost({ path: '1/test' })) as unknown as EchoResponse;

expect(decodeURIComponent(result.algoliaAgent)).toMatch(/^Algolia for JavaScript \(1.14.1\).*/);
expect(decodeURIComponent(result.algoliaAgent)).toMatch(/^Algolia for JavaScript \(1.14.2\).*/);
}, 15000);

test('calls api with default read timeouts', async () => {
Expand Down
2 changes: 1 addition & 1 deletion tests/output/javascript/src/client/personalization.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ describe('commonApi', () => {

const result = (await client.customPost({ path: '1/test' })) as unknown as EchoResponse;

expect(decodeURIComponent(result.algoliaAgent)).toMatch(/^Algolia for JavaScript \(5.14.1\).*/);
expect(decodeURIComponent(result.algoliaAgent)).toMatch(/^Algolia for JavaScript \(5.14.2\).*/);
}, 15000);

test('calls api with default read timeouts', async () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ describe('commonApi', () => {

const result = (await client.customPost({ path: '1/test' })) as unknown as EchoResponse;

expect(decodeURIComponent(result.algoliaAgent)).toMatch(/^Algolia for JavaScript \(5.14.1\).*/);
expect(decodeURIComponent(result.algoliaAgent)).toMatch(/^Algolia for JavaScript \(5.14.2\).*/);
}, 15000);

test('calls api with default read timeouts', async () => {
Expand Down
2 changes: 1 addition & 1 deletion tests/output/javascript/src/client/recommend.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ describe('commonApi', () => {

const result = (await client.customPost({ path: '1/test' })) as unknown as EchoResponse;

expect(decodeURIComponent(result.algoliaAgent)).toMatch(/^Algolia for JavaScript \(5.14.1\).*/);
expect(decodeURIComponent(result.algoliaAgent)).toMatch(/^Algolia for JavaScript \(5.14.2\).*/);
}, 15000);

test('calls api with default read timeouts', async () => {
Expand Down
2 changes: 1 addition & 1 deletion tests/output/javascript/src/client/search.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ describe('commonApi', () => {

const result = (await client.customPost({ path: '1/test' })) as unknown as EchoResponse;

expect(decodeURIComponent(result.algoliaAgent)).toMatch(/^Algolia for JavaScript \(5.14.1\).*/);
expect(decodeURIComponent(result.algoliaAgent)).toMatch(/^Algolia for JavaScript \(5.14.2\).*/);
}, 15000);

test('calls api with default read timeouts', async () => {
Expand Down

0 comments on commit d9d491d

Please sign in to comment.