diff options
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', () => { |