mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-03-12 21:05:17 +00:00
* Replaced monaco editor on Container Vector Policy tab with controls same as on create container ux * Adds vector embedding policy to container management. Adds FullTextSearch to both add container and container management. * Fixing unit tests and formatting issues * More fixes * Updating full text controls based on feedback * Minor updates * Editing test to fix compile issue * Minor fix * Adding paths for jest to ignore transform due to recent changes in upstream dependencies * Adding mock to temporarily get unit tests to pass * Hiding FTS feature behind the new EnableNoSQLFullTextSearch capability
7 lines
152 B
TypeScript
7 lines
152 B
TypeScript
import "@testing-library/jest-dom";
|
|
|
|
describe("AddFullTextPolicyForm", () => {
|
|
//CTODO: add tests
|
|
it.skip("should render correctly", () => {});
|
|
});
|