PromucFlow_constructor/app/client/src/components/propertyControls/index.test.ts
Hetu Nandu b346969465 fixed date picker default value down to the ms
fixed sharing of cachedDependency values
2020-04-23 14:57:37 +00:00

16 lines
420 B
TypeScript

// TODO Abhinav, this is not passing
// import { getPropertyControlTypes } from "./index";
import _ from "lodash";
// const types = getPropertyControlTypes();
// it("Checks for uniqueness of control types", () => {
// const result = Object.keys(getPropertyControlTypes());
// const output = _.uniq(result);
// expect(types.length).toEqual(output.length);
// });
it("mock test", () => {
expect(1).toBe(1);
});