forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmoon.yml
More file actions
56 lines (55 loc) · 1.76 KB
/
moon.yml
File metadata and controls
56 lines (55 loc) · 1.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# This file is generated by the @kbn/moon package. Any manual edits will be erased!
# To extend this, write your extensions/overrides to 'moon.extend.yml'
# then regenerate this file with: 'node scripts/regenerate_moon_projects.js --update --filter @kbn/core-lifecycle-browser-mocks'
$schema: https://moonrepo.dev/schemas/project.json
id: '@kbn/core-lifecycle-browser-mocks'
layer: unknown
owners:
defaultOwner: '@elastic/kibana-core'
toolchains:
default: node
language: typescript
project:
title: '@kbn/core-lifecycle-browser-mocks'
description: Moon project for @kbn/core-lifecycle-browser-mocks
channel: ''
owner: '@elastic/kibana-core'
sourceRoot: src/core/packages/lifecycle/browser-mocks
dependsOn:
- '@kbn/core-doc-links-browser-mocks'
- '@kbn/core-theme-browser-mocks'
- '@kbn/core-analytics-browser-mocks'
- '@kbn/core-execution-context-browser-mocks'
- '@kbn/core-i18n-browser-mocks'
- '@kbn/core-fatal-errors-browser-mocks'
- '@kbn/core-http-browser-mocks'
- '@kbn/core-ui-settings-browser-mocks'
- '@kbn/core-deprecations-browser-mocks'
- '@kbn/core-overlays-browser-mocks'
- '@kbn/core-notifications-browser-mocks'
- '@kbn/core-application-browser-mocks'
- '@kbn/core-chrome-browser-mocks'
- '@kbn/core-custom-branding-browser-mocks'
- '@kbn/core-security-browser-mocks'
- '@kbn/core-user-profile-browser-mocks'
- '@kbn/core-feature-flags-browser-mocks'
- '@kbn/core-rendering-browser-mocks'
- '@kbn/core-pricing-browser-mocks'
- '@kbn/core-di-mocks'
- '@kbn/core-user-storage-browser-mocks'
- '@kbn/lazy-object'
tags:
- shared-browser
- package
- dev
- group-platform
- shared
- jest-unit-tests
fileGroups:
src:
- '**/*.ts'
- '**/*.tsx'
- '!target/**/*'
jest-config:
- jest.config.js
tasks: {}