diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-04-20 23:38:02 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-04-20 23:38:02 +0200 |
| commit | 47b0bfe47e6f13d549897149b0abc4a72ba8ac88 (patch) | |
| tree | cd694411d47898a4eb10b1c0e6787f81fce6f0e6 /src/utils | |
| parent | 879fa389c2592760def75177eefbd3193e1845c9 (diff) | |
Add tests to second batch of components
- Error Block
- Forum List
- Language Selector
- Post
- Tag
- Topic Summary
Diffstat (limited to 'src/utils')
| -rw-r--r-- | src/utils/glyph_hash.test.js | 2 |
1 files changed, 1 insertions, 1 deletions
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', () => { |