Remove duplicate "should"s

This commit is contained in:
Jordan Welch 2023-09-20 08:02:40 -05:00
parent f7aacc4fc0
commit d425892b61
No known key found for this signature in database
GPG key ID: 8C1872FF2F7710B3

View file

@ -178,7 +178,7 @@ describe('FileListRenderer', () => {
}); });
describe('with dark colorScheme', () => { describe('with dark colorScheme', () => {
it('should should include dark colorScheme', () => { it('should include dark colorScheme', () => {
const hoganUtils = new HoganJsUtils({}); const hoganUtils = new HoganJsUtils({});
const fileListRenderer = new FileListRenderer(hoganUtils, { const fileListRenderer = new FileListRenderer(hoganUtils, {
colorScheme: ColorSchemeType.DARK, colorScheme: ColorSchemeType.DARK,
@ -224,7 +224,7 @@ describe('FileListRenderer', () => {
}); });
describe('with auto colorScheme', () => { describe('with auto colorScheme', () => {
it('should should include auto colorScheme', () => { it('should include auto colorScheme', () => {
const hoganUtils = new HoganJsUtils({}); const hoganUtils = new HoganJsUtils({});
const fileListRenderer = new FileListRenderer(hoganUtils, { const fileListRenderer = new FileListRenderer(hoganUtils, {
colorScheme: ColorSchemeType.AUTO, colorScheme: ColorSchemeType.AUTO,