Skip to content

Commit

Permalink
Merge branch 'master' into template-nss-false
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Aug 6, 2021
2 parents aeeeba3 + 4f65bd8 commit 7be3eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-lambda-python/test/bundling.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Code, Runtime } from '@aws-cdk/aws-lambda';
import { FileSystem } from '@aws-cdk/core';
import { stageDependencies, bundle } from '../lib/bundling';

jest.mock('@aws-cdk/aws-lambda');
jest.spyOn(Code, 'fromAsset');

jest.mock('child_process', () => ({
spawnSync: jest.fn(() => {
Expand Down

0 comments on commit 7be3eda

Please sign in to comment.