mirror of
https://github.com/arthur-pbty/portfolio2023.git
synced 2026-06-04 07:46:21 +02:00
10 lines
440 B
JavaScript
10 lines
440 B
JavaScript
module.exports = {
|
|
messages: {
|
|
FAILED_TO_EXTRACT_RESPONSE_DETAILS: 'failed to extract response details',
|
|
EXPECTED_RESPONSE_TO_MATCH_SCHEMA: 'expected response to match API schema',
|
|
EXPECTED_RESPONSE_TO_NOT_MATCH_SCHEMA: 'expected response to not match API schema',
|
|
REQUIRED_API_DEFINITIONS_PATH: "'apiDefinitionsPath' is required",
|
|
DUPLICATE_API_DEFINITION: 'same api definition exist in two seperated files',
|
|
},
|
|
};
|