From 47b0bfe47e6f13d549897149b0abc4a72ba8ac88 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Tue, 20 Apr 2021 23:38:02 +0200 Subject: Add tests to second batch of components - Error Block - Forum List - Language Selector - Post - Tag - Topic Summary --- src/utils/glyph_hash.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils') diff --git a/src/utils/glyph_hash.test.js b/src/utils/glyph_hash.test.js index e7a127b..eada78a 100644 --- a/src/utils/glyph_hash.test.js +++ b/src/utils/glyph_hash.test.js @@ -1,7 +1,7 @@ import { getGlyphHash } from './glyph_hash'; -describe('readableTime', () => { +describe('Glyph Hash utility', () => { test('it throws an exception if the string is too short', () => { -- cgit