Skip to content
Snippets Groups Projects

More cypress testing

Merged Huda Mohamad Muataz Albizreh requested to merge More_CypressTesting into master
10 files
+ 78
30
Compare changes
  • Side-by-side
  • Inline
Files
10
+ 0
1
@@ -272,7 +272,6 @@ const articleTags: GraphQLObjectType = new GraphQLObjectType({
page: {type: GraphQLInt},
},
resolve(articleTags, args) {
console.log(articleTags);
return getArticlesFromDatabase(args)
}
},
Loading