Skip to content
This repository has been archived by the owner on Mar 14, 2022. It is now read-only.

Commit

Permalink
update assertion for karma config now that getModulesBrands has been …
Browse files Browse the repository at this point in the history
…updated
  • Loading branch information
JakeChampion committed Feb 12, 2021
1 parent dfb5cfe commit 09836b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/config/karma-config.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ describe('base karma config', () => {
const actualScssConfig = actualConfig.scssPreprocessor.options.data;
proclaim.equal(
actualScssConfig,
`$system-code: "origami-build-tools";$${mockName}-is-silent: false; ${mockScss}`
`$system-code: "origami-build-tools";$o-brand: master;$${mockName}-is-silent: false; ${mockScss}`
);
});
});
Expand Down

0 comments on commit 09836b9

Please sign in to comment.