Searched +full:jest +full:- +full:environment +full:- +full:jsdom (Results 1 – 5 of 5) sorted by relevance
| /external/pigweed/ |
| D | package.json | 4 "description": "An open source collection of embedded-targeted libraries", 6 "license": "Apache-2.0", 18 … "log-viewer-setup": "cd pw_web/log-viewer && npm install --quiet --no-progress --loglevel=error", 19 "prebuild": "rimraf dist && npm run build-protos", 20 "build-protos": "ts-node -P tsconfig.json ts/buildprotos.ts", 22 "dev": "rollup -c -w", 23 "rollup": "rollup -c && npm run postbuild", 25 "start": "tsc-watch --onSuccess \"rollup -c\"", 28 "test": "npm run build && jest --silent", 29 "jest": "jest" string [all …]
|
| D | package-lock.json | 10 "license": "Apache-2.0", 12 "@protobuf-ts/protoc": "^2.7.0", 14 "google-protobuf": "^3.17.3", 17 "rollup-plugin-postcss": "^4.0.2", 18 "ts-protoc-gen": "^0.15.0" 24 "@grpc/grpc-js": "^1.3.7", 25 "@material-ui/core": "^4.12.1", 26 "@material-ui/lab": "^4.0.0-alpha.60", 27 "@rollup/plugin-commonjs": "^19.0.0", 28 "@rollup/plugin-node-resolve": "^13.3.0", [all …]
|
| /external/pigweed/ts/ |
| D | index_test.ts | 2 * @jest-environment jsdom 11 // https://www.apache.org/licenses/LICENSE-2.0 94 expect(file.indexOf(requireString)).toBe(-1);
|
| /external/perfetto/ui/ |
| D | pnpm-lock.yaml | 23 '@codemirror/theme-one-dark': 38 '@types/color-convert': 59 '@types/w3c-web-usb': 68 color-convert: 74 devtools-protocol: 89 jsbn-rsa: 95 noice-json-rpc: 104 protobufjs-cli: 119 vega-lite: 124 '@rollup/plugin-commonjs': [all …]
|
| /external/pigweed/pw_presubmit/py/pw_presubmit/ |
| D | pigweed_presubmit.py | 9 # 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: 122 # TODO: b/234876100 - msan will not work until the C++ standard library 126 # clang-tidy doesn't run on Windows. 132 # TODO: b/244604080 - For the pw::InlineString tests, qemu_clang_debug 138 # TODO: b/240982565 - SocketStream currently requires Linux. 156 def _gn_combined_build_check_targets() -> Sequence[str]: 166 # TODO: b/315998985 - Add docs back to Mac ARM build. [all …]
|