Skip to content

Commit 293bab3

Browse files
algolia-botmillotp
andcommitted
chore(scripts): change dist folder and bump (generated)
Co-authored-by: Pierre Millot <[email protected]>
1 parent 10a7d9b commit 293bab3

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

tests/output/javascript/src/client/abtesting.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ describe('commonApi', () => {
2929

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

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

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

tests/output/javascript/src/client/analytics.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ describe('commonApi', () => {
2929

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

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

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

tests/output/javascript/src/client/composition.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ describe('commonApi', () => {
5151

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

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

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

tests/output/javascript/src/client/ingestion.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ describe('commonApi', () => {
2929

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

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

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

tests/output/javascript/src/client/insights.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ describe('commonApi', () => {
2929

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

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

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

tests/output/javascript/src/client/monitoring.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ describe('commonApi', () => {
2929

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

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

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

tests/output/javascript/src/client/personalization.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ describe('commonApi', () => {
3232

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

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

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

tests/output/javascript/src/client/querySuggestions.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ describe('commonApi', () => {
3232

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

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

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

tests/output/javascript/src/client/recommend.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ describe('commonApi', () => {
5353

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

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

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

tests/output/javascript/src/client/search.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ describe('commonApi', () => {
113113

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

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

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

0 commit comments

Comments
 (0)