Commit e85cd9ee authored by Phil Hughes's avatar Phil Hughes Committed by Fatih Acet

Removed duplicated test

parent 4428bb27
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
expect(gl.text.pluralize('test', 2)).toBe('tests'); expect(gl.text.pluralize('test', 2)).toBe('tests');
}); });
it('returns pluralized', () => { it('returns pluralized when count is 0', () => {
expect(gl.text.pluralize('test', 0)).toBe('tests'); expect(gl.text.pluralize('test', 0)).toBe('tests');
}); });
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment