Initial commit for Greenlens
This commit is contained in:
8
__tests__/server/searchIntentConfigParity.test.js
Normal file
8
__tests__/server/searchIntentConfigParity.test.js
Normal file
@@ -0,0 +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);
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user