Skip to content

Commit 74ef816

Browse files
flochazFlorian Chazal
and
Florian Chazal
authored
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

Diff for: docs/core/logger.md

+1-1

Diff for: packages/commons/src/index.ts

+2-2
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';

0 commit comments

Comments
 (0)