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/components/error_block/error_block.test.js | |
| parent | 879fa389c2592760def75177eefbd3193e1845c9 (diff) | |
Add tests to second batch of components
- Error Block
- Forum List
- Language Selector
- Post
- Tag
- Topic Summary
Diffstat (limited to 'src/components/error_block/error_block.test.js')
| -rw-r--r-- | src/components/error_block/error_block.test.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/error_block/error_block.test.js b/src/components/error_block/error_block.test.js index bd2fe7a..1d7a7ac 100644 --- a/src/components/error_block/error_block.test.js +++ b/src/components/error_block/error_block.test.js @@ -5,7 +5,7 @@ import '$/config/i18n'; import ErrorBlock from './error_block.svelte'; -describe('Glyph component', () => { +describe('Error Block component', () => { test('Should act as an image', () => { |