diff --git a/tests/adapter/icu.test.js b/tests/adapter/icu.test.js index ecc26d9..fe64cf7 100644 --- a/tests/adapter/icu.test.js +++ b/tests/adapter/icu.test.js @@ -5,7 +5,7 @@ import { IntlMessageFormat } from 'intl-messageformat' describe('#src/adapter/icu', () => { describe('translateString()', () => { - describe('translates an ICU-formatted string using a static dictionary', () => { + it('translates an ICU-formatted string using a static dictionary', () => { const dictionary = { greetings: 'Hello, my name is {name}.', occupation: 'I’m a {job}, the best in {town}.',