Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix tests after remove bootstrap versions < 5
Browse files Browse the repository at this point in the history
GoodDayForSurf committed Oct 17, 2024
1 parent dab050c commit 6a19a6b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -52,7 +52,7 @@ describe('Cli arguments normalizer', () => {
});

test('build-theme bootstrap configuration', () => {
config = { command: 'build-theme', inputFile: 'vars.scss', bootstrapVersion: 5 };
const config = { command: 'build-theme', inputFile: 'vars.scss', bootstrapVersion: 5 };
normalizeConfig(config);

expect(config).toEqual({

0 comments on commit 6a19a6b

Please sign in to comment.