File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
- <div align =" center " >
1
+ <div align =" center " data-test >
2
2
<a href =" https://graphql.org/ " >
3
3
<img width="150" height="150" src="https://upload.wikimedia.org/wikipedia/commons/1/17/GraphQL_Logo.svg">
4
4
</a >
10
10
11
11
<p >Generate Mock Service Worker handlers for your GraphQL APIs.</p >
12
12
13
- [ ![ npm version] ( https://badge.fury.io/js/%40apollo%2Fgraphql-testing-library.svg )] ( https://badge.fury.io/js/%40apollo%2Fgraphql-testing-library ) ![ badge] ( https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/alessbell/3fd56e82b55e134ee9cf57f28b0b3d49/raw/jest-coverage-comment__main.json ) ![ workflow] ( https://github.com/apollographql/graphql-testing-library/actions/workflows/test.yml/badge.svg ) [ ![ Join our Discord server ] ( https://img.shields.io/discord/1022972389463687228.svg?color=7389D8&labelColor=6A7EC2&logo=discord&logoColor=ffffff&style=flat-square )] ( https://discord.gg/graphos )
13
+ [ ![ npm version] ( https://badge.fury.io/js/%40apollo%2Fgraphql-testing-library.svg )] ( https://badge.fury.io/js/%40apollo%2Fgraphql-testing-library ) ![ badge] ( https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/alessbell/3fd56e82b55e134ee9cf57f28b0b3d49/raw/jest-coverage-comment__main.json ) ![ workflow] ( https://github.com/apollographql/graphql-testing-library/actions/workflows/test.yml/badge.svg )
14
14
15
15
</div >
16
16
<hr />
Original file line number Diff line number Diff line change @@ -7,8 +7,7 @@ export default defineConfig({
7
7
starlight ( {
8
8
title : "GraphQL Testing Library" ,
9
9
social : {
10
- github : "https://github.com/apollographql/graphql-testing-library" ,
11
- discord : "https://discord.gg/graphos" ,
10
+ github : "https://github.com/apollographql/graphql-testing-library"
12
11
} ,
13
12
sidebar : [
14
13
{
You can’t perform that action at this time.
0 commit comments