Skip to content

Commit

Permalink
style: Replace incorrect usage of describe() with it() in a test
Browse files Browse the repository at this point in the history
  • Loading branch information
fabschurt committed May 25, 2024
1 parent cba7492 commit ce0f491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/adapter/icu.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}.',
Expand Down

0 comments on commit ce0f491

Please sign in to comment.