File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
horizontal-elasticity-strategy-controller
vertical-elasticity-strategy-controller
predicted-cost-efficiency-controller
rest-api-cost-efficiency-controller
cost-efficiency-slo-controller Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ ENV POLARIS_APP_NAME ${POLARIS_APP_NAME}
9
9
10
10
# Copy package.json and similar files and download dependencies.
11
11
# Copying only package.json files here allows us to cache the downloaded dependencies as a layer.
12
- COPY angular.json decorate-angular-cli.js jest.config.ts jest.preset.ts nx.json package.json package-lock.json tsconfig.base.json ./
12
+ COPY angular.json decorate-angular-cli.js jest.config.ts jest.preset.js nx.json package.json package-lock.json tsconfig.base.json ./
13
13
COPY ./tools ./tools
14
14
RUN npm ci --unsafe-perm
15
15
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ ENV POLARIS_APP_NAME ${POLARIS_APP_NAME}
9
9
10
10
# Copy package.json and similar files and download dependencies.
11
11
# Copying only package.json files here allows us to cache the downloaded dependencies as a layer.
12
- COPY angular.json decorate-angular-cli.js jest.config.ts jest.preset.ts nx.json package.json package-lock.json tsconfig.base.json ./
12
+ COPY angular.json decorate-angular-cli.js jest.config.ts jest.preset.js nx.json package.json package-lock.json tsconfig.base.json ./
13
13
COPY ./tools ./tools
14
14
RUN npm ci --unsafe-perm
15
15
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ ENV POLARIS_APP_NAME ${POLARIS_APP_NAME}
9
9
10
10
# Copy package.json and similar files and download dependencies.
11
11
# Copying only package.json files here allows us to cache the downloaded dependencies as a layer.
12
- COPY angular.json decorate-angular-cli.js jest.config.ts jest.preset.ts nx.json package.json package-lock.json tsconfig.base.json ./
12
+ COPY angular.json decorate-angular-cli.js jest.config.ts jest.preset.js nx.json package.json package-lock.json tsconfig.base.json ./
13
13
COPY ./tools ./tools
14
14
RUN npm ci --unsafe-perm
15
15
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ ENV POLARIS_APP_NAME ${POLARIS_APP_NAME}
9
9
10
10
# Copy package.json and similar files and download dependencies.
11
11
# Copying only package.json files here allows us to cache the downloaded dependencies as a layer.
12
- COPY angular.json decorate-angular-cli.js jest.config.ts jest.preset.ts nx.json package.json package-lock.json tsconfig.base.json ./
12
+ COPY angular.json decorate-angular-cli.js jest.config.ts jest.preset.js nx.json package.json package-lock.json tsconfig.base.json ./
13
13
COPY ./tools ./tools
14
14
RUN npm ci --unsafe-perm
15
15
Original file line number Diff line number Diff line change 4
4
5
5
module . exports = {
6
6
displayName : 'polaris-nx-e2e' ,
7
- preset : '../../jest.preset.ts ' ,
7
+ preset : '../../jest.preset.js ' ,
8
8
globals : {
9
9
'ts-jest' : {
10
10
tsconfig : '<rootDir>/tsconfig.spec.json' ,
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ ENV POLARIS_APP_NAME ${POLARIS_APP_NAME}
9
9
10
10
# Copy package.json and similar files and download dependencies.
11
11
# Copying only package.json files here allows us to cache the downloaded dependencies as a layer.
12
- COPY angular.json decorate-angular-cli.js jest.config.ts jest.preset.ts nx.json package.json package-lock.json tsconfig.base.json ./
12
+ COPY angular.json decorate-angular-cli.js jest.config.ts jest.preset.js nx.json package.json package-lock.json tsconfig.base.json ./
13
13
COPY ./tools ./tools
14
14
RUN npm ci --unsafe-perm
15
15
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ ENV POLARIS_APP_NAME ${POLARIS_APP_NAME}
9
9
10
10
# Copy package.json and similar files and download dependencies.
11
11
# Copying only package.json files here allows us to cache the downloaded dependencies as a layer.
12
- COPY angular.json decorate-angular-cli.js jest.config.ts jest.preset.ts nx.json package.json package-lock.json tsconfig.base.json ./
12
+ COPY angular.json decorate-angular-cli.js jest.config.ts jest.preset.js nx.json package.json package-lock.json tsconfig.base.json ./
13
13
COPY ./tools ./tools
14
14
RUN npm ci --unsafe-perm
15
15
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ export function generateDockerfileCopyWorkspaceConfig(host: Tree): string {
35
35
appendIfExists ( 'decorate-angular-cli.js' ) ;
36
36
appendIfExists ( 'workspace.json' ) ;
37
37
appendIfExists ( 'jest.config.ts' ) ;
38
- appendIfExists ( 'jest.preset.ts ' ) ;
38
+ appendIfExists ( 'jest.preset.js ' ) ;
39
39
40
40
return `COPY ${ files } ./`
41
41
}
You can’t perform that action at this time.
0 commit comments