Skip to content

Commit 74ef816

Browse files
flochazFlorian Chazal
andauthored
fix(commons): rename tests subfolder to samples to avoid being deleted by tools such as node-prune (#882)
* rename commons sub folder from tests to samples * update doc Co-authored-by: Florian Chazal <[email protected]>
1 parent b7eaeac commit 74ef816

File tree

54 files changed

+3
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+3
-3
lines changed

docs/core/logger.md

Lines changed: 1 addition & 1 deletion

packages/commons/src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export * from './utils/lambda';
22
export * from './Utility';
3-
export * as ContextExamples from './tests/resources/contexts';
4-
export * as Events from './tests/resources/events';
3+
export * as ContextExamples from './samples/resources/contexts';
4+
export * as Events from './samples/resources/events';
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)