plugins/graphiql: update tests for GraphiQLPage + fixes

This commit is contained in:
Patrik Oldsberg
2020-04-25 16:43:18 +02:00
parent 24e6178392
commit 7897d3488c
4 changed files with 69 additions and 14 deletions
+4
View File
@@ -1,3 +1,7 @@
module.exports = {
extends: [require.resolve('@backstage/cli/config/eslint')],
rules: {
// Prefer to use rendered.getBy*, which will throw an error
'jest/expect-expect': 0,
},
};