Alexandre Bodin 0c6d39297f Add graphql tests for single-types
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-02-10 21:38:37 +01:00

6 lines
93 B
JavaScript

module.exports = async (ctx, next) => {
console.log('in test policy');
await next();
};