Skip to content

Commit c2d221d

Browse files
Igor A MaslovIgor A Maslov
authored andcommitted
fix(arui-scripts): исправление lint warning
1 parent 9c548f5 commit c2d221d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/arui-scripts/src/templates/__tests__/dockerfile-templates.tests.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ describe('dockerfile.template (normal mode)', () => {
3535
describe('dockerfile-compiled.template (compiled mode)', () => {
3636
function getTemplate(deleteNpm: boolean) {
3737
jest.resetModules();
38+
3839
jest.doMock('../../configs/app-configs', () => ({
3940
configs: {
4041
baseDockerImage: 'test-image',
@@ -83,6 +84,7 @@ describe('dockerfile-compiled.template with yarn 2+ symlink', () => {
8384
yarnVersion?: '1' | '2+' | 'unavailable';
8485
}) {
8586
const { yarnPath = null, yarnVersion = '2+' } = opts;
87+
8688
jest.resetModules();
8789
jest.doMock('../../configs/app-configs', () => ({
8890
configs: {

0 commit comments

Comments
 (0)