2020-04-23 14:57:37 +00:00
|
|
|
// TODO Abhinav, this is not passing
|
|
|
|
|
// import { getPropertyControlTypes } from "./index";
|
2020-04-14 05:35:16 +00:00
|
|
|
import _ from "lodash";
|
|
|
|
|
|
2020-04-23 14:57:37 +00:00
|
|
|
// const types = getPropertyControlTypes();
|
2020-04-14 05:35:16 +00:00
|
|
|
|
2020-04-23 14:57:37 +00:00
|
|
|
// 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);
|
2020-04-14 05:35:16 +00:00
|
|
|
});
|