This commit is contained in:
2026-03-29 10:26:38 -05:00
parent 05d4f6e78b
commit b1c99893a6
1628 changed files with 67782 additions and 60143 deletions

View File

@@ -1,8 +1,8 @@
const { SEARCH_INTENT_CONFIG: rootConfig } = require('../../constants/searchIntentConfig');
const { SEARCH_INTENT_CONFIG: serverConfig } = require('../../server/lib/searchIntentConfig');
describe('search intent config parity', () => {
it('keeps root and server semantic intent config in sync', () => {
expect(serverConfig).toEqual(rootConfig);
});
});
const { SEARCH_INTENT_CONFIG: rootConfig } = require('../../constants/searchIntentConfig');
const { SEARCH_INTENT_CONFIG: serverConfig } = require('../../server/lib/searchIntentConfig');
describe('search intent config parity', () => {
it('keeps root and server semantic intent config in sync', () => {
expect(serverConfig).toEqual(rootConfig);
});
});