Remove duplicate "should"s
This commit is contained in:
parent
f7aacc4fc0
commit
d425892b61
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue