From ffe794737447ef6f2166fa8fd4b178673d9c7e7c Mon Sep 17 00:00:00 2001 From: Farnabaz Date: Wed, 23 Dec 2020 18:39:35 +0330 Subject: [PATCH] chore: typo --- test/module.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/module.test.js b/test/module.test.js index bc2d3aa9..4c21989d 100644 --- a/test/module.test.js +++ b/test/module.test.js @@ -105,7 +105,7 @@ describe('Render AMP version of home page', () => { expect(info.canonical).toEqual(url('')) }) - test('Keep valid font providers links', () => { + test('Keep links of valid font providers', () => { expect(info.googleFont).toEqual('https://fonts.googleapis.com/css2?family=Langar&display=swap') })