You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it.skip('Short + Short: If WritingRecipe is short lived, it is not valid',()=>{});
52
+
it.skip('Short + Long: If WritingRecipe is short lived and Reading is long lived, it is not valid',()=>{});
53
+
it.skip('Invalid Type: If Reader reads {name: Text, age: Number} it is not valid',()=>{});
54
+
it.skip('No arc id: If arcId of WritingRecipe is not there, it is not valid',()=>{});
55
+
it.skip('No handleId: If id of handle in WritingRecipe is not provided, it is not valid',()=>{});
56
+
it.skip('Ambiguous handle: If there are 2 WritingRecipes creating the same handle, it is not valid',()=>{});
57
+
it.skip('Ambiguous handle + tag disambiguation: If there are 2 WritingRecipes creating the same handle but with different tags and mapping uses one of the tags, it is valid',()=>{});
58
+
it.skip('No Handle: If there is no writing handle, it is not valid',()=>{});
48
59
});
49
-
// TODO(alxr): Flush out outlined unit tests
50
-
it.skip('Short + Short: If WritingRecipe is short lived, it is not valid',()=>{});
51
-
it.skip('Short + Long: If WritingRecipe is short lived and Reading is long lived, it is not valid',()=>{});
52
-
it.skip('Invalid Type: If Reader reads {name: Text, age: Number} it is not valid',()=>{});
53
-
it.skip('No arc id: If arcId of WritingRecipe is not there, it is not valid',()=>{});
54
-
it.skip('No handleId: If id of handle in WritingRecipe is not provided, it is not valid',()=>{});
55
-
it.skip('Ambiguous handle: If there are 2 WritingRecipes creating the same handle, it is not valid',()=>{});
56
-
it.skip('Ambiguous handle + tag disambiguation: If there are 2 WritingRecipes creating the same handle but with different tags and mapping uses one of the tags, it is valid',()=>{});
57
-
it.skip('No Handle: If there is no writing handle, it is not valid',()=>{});
0 commit comments