Home
last modified time | relevance | path

Searched +full:jest +full:- +full:environment +full:- +full:jsdom (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/development/tools/ota_analysis/
H A Dpackage-lock.json13 "core-js": "^3.6.5",
15 "eslint-config-airbnb-base": "^14.2.1",
16 "flush-promises": "^1.0.2",
17 "jest": "^27.0.6", string
18 "material-design-icons": "^3.0.1",
20 "roboto-fontface": "*",
21 "vue": "^3.0.0-0",
22 "vue-echarts": "^6.0.0-rc.6",
23 "vue-router": "^4.0.0-0",
24 "vue-uuid": "^2.0.2",
[all …]
/aosp_15_r20/external/perfetto/ui/config/
H A DJestJsdomEnv.js7 // http://www.apache.org/licenses/LICENSE-2.0
15 const JSDOMEnvironment = require('jest-environment-jsdom').default;
21 // vega-lite, which is pulled in by tests, depends on structuredClone.
22 // The jsdom envinronment doesn't emulate it yet. So here we create a wrapper
24 // See https://github.com/jsdom/jsdom/issues/3363 .
/aosp_15_r20/external/perfetto/ui/
H A Dpackage.json2 "name": "perfetto-webui",
8 "license": "Apache-2.0",
15 "@codemirror/theme-one-dark": "^6.1.2",
21 "@types/color-convert": "^2.0.3",
28 "@types/w3c-web-usb": "^1.0.10",
30 "color-convert": "^2.0.1",
31 "devtools-protocol": "0.0.1319565",
37 "jsbn-rsa": "^1.0.4",
39 "noice-json-rpc": "^1.2.0",
42 "protobufjs-cli": "^1.1.2",
[all …]
H A Dpnpm-lock.yaml23 '@codemirror/theme-one-dark':
41 '@types/color-convert':
62 '@types/w3c-web-usb':
68 color-convert:
71 devtools-protocol:
89 jsbn-rsa:
95 noice-json-rpc:
104 protobufjs-cli:
116 vega-lite:
133 '@rollup/plugin-commonjs':
[all …]
/aosp_15_r20/external/pigweed/
H A Dpackage.json4 "description": "An open source collection of embedded-targeted libraries",
6 "license": "Apache-2.0",
18 "prebuild": "rimraf dist && npm run build-protos",
19 "build-protos": "rollup -c rollup-protos.config.js && node dist/bin/build_default_protos.js",
21 "dev": "rollup -c -w",
22 "rollup": "rollup -c && npm run postbuild",
24 "start": "tsc-watch --onSuccess \"rollup -c\"",
25 "check": "eslint . --ext .ts",
26 "fix": "eslint . --ext .ts --fix",
27 "test": "npm run build && jest --silent",
[all …]
H A Dpackage-lock.json10 "license": "Apache-2.0",
12 "@protobuf-ts/protoc": "^2.7.0",
14 "google-protobuf": "^3.17.3",
16 "ts-protoc-gen": "^0.15.0"
23 "@codemirror/lang-python": "^6.1.6",
25 "@codemirror/theme-one-dark": "^6.1.2",
26 "@lit-labs/virtualizer": "^2.0.7",
27 "@material-ui/core": "^4.12.1",
28 "@material-ui/lab": "^4.0.0-alpha.60",
30 "@open-wc/testing": "^3.0.0-next.5",
[all …]
/aosp_15_r20/development/tools/otagui/
H A Dpackage-lock.json13 "core-js": "^3.6.5",
15 "eslint-config-airbnb-base": "^14.2.1",
16 "jest": "^24.9.0", string
17 "material-design-icons": "^3.0.1",
19 "roboto-fontface": "*",
20 "vue": "^3.0.0-0",
21 "vue-echarts": "^6.0.0-rc.6",
22 "vue-router": "^4.0.0-0",
23 "vue-uuid": "^2.0.2",
24 "vue3-table-lite": "^1.0.5",
[all …]
/aosp_15_r20/external/pigweed/ts/
H A Dindex_test.ts2 * @jest-environment jsdom
11 // https://www.apache.org/licenses/LICENSE-2.0
94 expect(file.indexOf(requireString)).toBe(-1);
/aosp_15_r20/external/pigweed/pw_presubmit/py/pw_presubmit/
H A Dpigweed_presubmit.py9 # https://www.apache.org/licenses/LICENSE-2.0
91 """Add Pigweed-specific defaults to GnGenNinja."""
94 """Add project-specific default GN args to 'args'."""
98 def build_bazel(*args, **kwargs) -> None:
124 # TODO: b/234876100 - msan will not work until the C++ standard library
128 # clang-tidy doesn't run on Windows.
134 # TODO: b/244604080 - For the pw::InlineString tests, qemu_clang_debug
140 # TODO: b/240982565 - SocketStream currently requires Linux.
158 def _gn_main_build_check_targets() -> Sequence[str]:
168 # Since there is no mac-arm64 bloaty binary in CIPD, Arm Macs use the x86_64
[all …]
/aosp_15_r20/development/tools/motion/motion_test_watcher_app/
H A Dpackage-lock.json2 "name": "watch-web-app",
8 "name": "watch-web-app",
17 "@angular/platform-browser": "^18.0.0",
18 "@angular/platform-browser-dynamic": "^18.0.0",
20 "ng-keyboard-shortcuts": "^13.0.8",
26 "@angular-devkit/build-angular": "^18.0.1",
28 "@angular/compiler-cli": "^18.0.0",
30 "jasmine-core": "~5.1.0",
32 "karma-chrome-launcher": "~3.2.0",
33 "karma-coverage": "~2.2.0",
[all …]