Answer the question
In order to leave comments, you need to log in
Unit tests in a project with Graphql/Sequlize?
Hey!
I have been looking at a project for a long time to which I need to add unit tests. And I can not find the answer to the question: "What is there to check?"
For example, there is index.js
, in which query and mutation are requested:
const query = require('./query');
const mutation = require('./mutation');
module.exports = function resolvers () {
return {
Query: query,
Mutation: mutation,
};
};
Query
and Mutation
on the object, nothing worthwhile comes to mind. But I understand that such a "test" is not important. Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question