removed fit

This commit is contained in:
Joel McKinnon 2019-12-23 11:24:25 -08:00
parent 0664d480e6
commit 45e56798c5

View File

@ -55,7 +55,7 @@ describe('The plugin', () => {
expect(conditionSetDefinition.creatable).toBeTrue();
});
fit('provides a view', () => {
it('provides a view', () => {
const testViewObject = {
id:"test-object",
type: "conditionSet"