Skip to content

Switch from rollup to vite, from commonjs to ecmascript modules #3138

Switch from rollup to vite, from commonjs to ecmascript modules

Switch from rollup to vite, from commonjs to ecmascript modules #3138

Triggered via pull request October 5, 2024 15:27
Status Failure
Total duration 1m 44s
Artifacts

tests.yml

on: pull_request
style-check
24s
style-check
types-check
13s
types-check
Matrix: integration_tests
Fit to window
Zoom out
Zoom in

Annotations

6 errors
tests/token.test.ts > Tests on token generation > Admin key: Search in tenant token with expireAt value set in the past: src/token.ts#L64
MeiliSearchError: Meilisearch: The expiresAt field must be a date in the future. ❯ validateTokenParameters src/token.ts:64:13 ❯ Module.generateTenantToken src/token.ts:130:3 ❯ tests/token.test.ts:176:9
tests/token.test.ts > Tests on token generation > Admin key: Creates tenant token with an expiration date in the past throws an error: src/token.ts#L64
MeiliSearchError: Meilisearch: The expiresAt field must be a date in the future. ❯ validateTokenParameters src/token.ts:64:13 ❯ Module.generateTenantToken src/token.ts:130:3 ❯ tests/token.test.ts:251:9
integration-tests (Node.js 18)
Process completed with exit code 1.
tests/token.test.ts > Tests on token generation > Admin key: Search in tenant token with expireAt value set in the past: src/token.ts#L64
MeiliSearchError: Meilisearch: The expiresAt field must be a date in the future. ❯ validateTokenParameters src/token.ts:64:13 ❯ Module.generateTenantToken src/token.ts:130:3 ❯ tests/token.test.ts:176:9
tests/token.test.ts > Tests on token generation > Admin key: Creates tenant token with an expiration date in the past throws an error: src/token.ts#L64
MeiliSearchError: Meilisearch: The expiresAt field must be a date in the future. ❯ validateTokenParameters src/token.ts:64:13 ❯ Module.generateTenantToken src/token.ts:130:3 ❯ tests/token.test.ts:251:9
integration-tests (Node.js 20)
Process completed with exit code 1.