/third_party/typescript/tests/baselines/reference/user/ |
H A D | assert.log | 4 node_modules/assert/test.js(39,5): error TS2593: Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add 'jest' or 'mocha' to the types field in your tsconfig. 5 node_modules/assert/test.js(55,5): error TS2593: Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add 'jest' or 'mocha' to the types field in your tsconfig. 6 node_modules/assert/test.js(74,5): error TS2593: Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add 'jest' or 'mocha' to the types field in your tsconfig. 7 node_modules/assert/test.js(84,5): error TS2593: Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add 'jest' or 'mocha' to the types field in your tsconfig. 8 node_modules/assert/test.js(94,5): error TS2593: Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add 'jest' o [all...] |
/third_party/css-what/ |
H A D | package-lock.json | 12 "@types/jest": "^27.4.1", 19 "jest": "^27.5.1", 21 "ts-jest": "^27.1.4", 740 "node_modules/@jest/console": { 742 "resolved": "https://registry.npmjs.org/@jest/console/-/console-27.5.1.tgz", 746 "@jest/types": "^27.5.1", 749 "jest-message-util": "^27.5.1", 750 "jest-util": "^27.5.1", 757 "node_modules/@jest/core": { 759 "resolved": "https://registry.npmjs.org/@jest/cor [all...] |
H A D | package.json | 21 "test": "npm run test:jest && npm run lint", 22 "test:jest": "jest", 34 "@types/jest": "^27.4.1", 41 "jest": "^27.5.1", 43 "ts-jest": "^27.1.4", 50 "jest": { 51 "preset": "ts-jest",
|
/third_party/typescript/tests/cases/fourslash/server/ |
H A D | completionsImport_mergedReExport.ts | 7 //// { "dependencies": { "@jest/types": "*", "ts-jest": "*" } } 9 // @Filename: /node_modules/@jest/types/package.json 10 //// { "name": "@jest/types" } 12 // @Filename: /node_modules/@jest/types/index.d.ts 16 // @Filename: /node_modules/@jest/types/Config.d.ts 21 // @Filename: /node_modules/ts-jest/index.d.ts 23 //// declare module "@jest/types" { 26 //// 'ts-jest': any; 38 source: "/node_modules/@jest/type [all...] |
/third_party/typescript/lib/pl/ |
H A D | diagnosticMessages.generated.json | 15 "A_comma_expression_is_not_allowed_in_a_computed_property_name_1171": "Wyrażenie przecinkowe nie jest dozwolone w obliczonej nazwie właściwości.", 18 "A_computed_property_name_in_a_method_overload_must_refer_to_an_expression_whose_type_is_a_literal_ty_1168": "Nazwa właściwości obliczanej w przeciążeniu metody musi odwoływać się do wyrażenia, którego typem jest literał lub „unique symbol”.", 19 "A_computed_property_name_in_a_type_literal_must_refer_to_an_expression_whose_type_is_a_literal_type__1170": "Nazwa właściwości obliczanej w typie literału musi odwoływać się do wyrażenia, którego typem jest literał lub „unique symbol”.", 20 "A_computed_property_name_in_an_ambient_context_must_refer_to_an_expression_whose_type_is_a_literal_t_1165": "Nazwa właściwości obliczanej w otaczającym kontekście musi odwoływać się do wyrażenia, którego typem jest literał lub „unique symbol”.", 21 "A_computed_property_name_in_an_interface_must_refer_to_an_expression_whose_type_is_a_literal_type_or_1169": "Nazwa właściwości obliczanej w interfejsie musi odwoływać się do wyrażenia, którego typem jest literał lub „unique symbol”.", 35 "A_definite_assignment_assertion_is_not_permitted_in_this_context_1255": "Asercja określonego przypisania „!” nie jest dozwolona w tym kontekście.", 42 "A_function_whose_declared_type_is_neither_void_nor_any_must_return_a_value_2355": "Funkcja, której deklarowany typ jest inny niż „void” lub „any”, musi zwracać wartość.", 47 "A_label_is_not_allowed_here_1344": "Etykieta nie jest dozwolona w tym miejscu.", 48 "A_labeled_tuple_element_is_declared_as_optional_with_a_question_mark_after_the_name_and_before_the_c_5086": "Element krotki z etykietą jest deklarowany jako opcjonalny za pomocą znaku zapytania po nazwie i przed dwukropkiem, a nie po typie.", 49 "A_labeled_tuple_element_is_declared_as_rest_with_a_before_the_name_rather_than_before_the_type_5087": "Oznaczony etykietą element krotki jest deklarowan [all...] |
/third_party/parse5/ |
H A D | package-lock.json | 14 "@types/jest": "^29.2.3", 21 "jest": "^29.3.1", 25 "ts-jest": "^29.0.3", 863 "node_modules/@jest/console": { 865 "resolved": "https://registry.npmjs.org/@jest/console/-/console-29.3.1.tgz", 869 "@jest/types": "^29.3.1", 872 "jest-message-util": "^29.3.1", 873 "jest-util": "^29.3.1", 880 "node_modules/@jest/core": { 882 "resolved": "https://registry.npmjs.org/@jest/cor [all...] |
H A D | package.json | 11 "@types/jest": "^29.2.3", 18 "jest": "^29.3.1", 22 "ts-jest": "^29.0.3", 38 "unit-tests": "NODE_OPTIONS=--experimental-vm-modules jest", 58 "jest": { 59 "preset": "ts-jest/presets/default-esm", 63 "ts-jest": {
|
/third_party/node/deps/npm/node_modules/exponential-backoff/ |
H A D | package.json | 12 "test": "jest", 13 "test:watch": "jest --watch" 26 "jest": { 28 "^.+\\.ts$": "ts-jest" 52 "@types/jest": "^24.0.18", 55 "jest": "^24.9.0", 58 "ts-jest": "^24.1.0",
|
/third_party/node/test/fixtures/postject-copy/node_modules/commander/ |
H A D | package.json | 25 "test": "jest && npm run test-typings", 49 "@types/jest": "^28.1.4", 57 "eslint-plugin-jest": "^26.5.3", 60 "jest": "^28.1.2", 61 "ts-jest": "^28.0.5", 66 "jest": { 70 "^.+\\.tsx?$": "ts-jest"
|
/third_party/jsframework/ |
H A D | package-lock.json | 805 "@jest/console": { 807 "resolved": "https://repo.huaweicloud.com/repository/npm/@jest/console/-/console-27.5.1.tgz", 811 "@jest/types": "^27.5.1", 814 "jest-message-util": "^27.5.1", 815 "jest-util": "^27.5.1", 870 "@jest/core": { 872 "resolved": "https://repo.huaweicloud.com/repository/npm/@jest/core/-/core-27.5.1.tgz", 876 "@jest/console": "^27.5.1", 877 "@jest/reporters": "^27.5.1", 878 "@jest/tes [all...] |
/third_party/node/deps/npm/node_modules/cli-table3/ |
H A D | package.json | 23 "jest": "^25.2.4", 24 "jest-runner-eslint": "^0.7.0", 35 "test": "jest --color", 36 "test:watch": "jest --color --watchAll --notify" 73 "jest": { 82 "runner": "jest-runner-eslint",
|
/third_party/node/deps/npm/node_modules/https-proxy-agent/ |
H A D | package.json | 30 "@types/jest": "^29.5.1", 34 "jest": "^29.5.0", 35 "ts-jest": "^29.1.0", 45 "test": "jest --env node --verbose --bail test/test.ts", 46 "test-e2e": "jest --env node --verbose --bail test/e2e.test.ts",
|
/third_party/typescript/tests/baselines/reference/ |
H A D | staticsInAFunction.errors.txt | 3 tests/cases/compiler/staticsInAFunction.ts(2,11): error TS2582: Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha`.
5 tests/cases/compiler/staticsInAFunction.ts(3,11): error TS2582: Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha`.
10 tests/cases/compiler/staticsInAFunction.ts(4,11): error TS2582: Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha`.
25 !!! error TS2582: Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha`.
30 !!! error TS2582: Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha`.
41 !!! error TS2582: Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha`.
|
H A D | overloadingStaticFunctionsInFunctions.errors.txt | 3 tests/cases/compiler/overloadingStaticFunctionsInFunctions.ts(2,10): error TS2582: Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha`.
5 tests/cases/compiler/overloadingStaticFunctionsInFunctions.ts(3,10): error TS2582: Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha`.
10 tests/cases/compiler/overloadingStaticFunctionsInFunctions.ts(4,10): error TS2582: Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha`.
25 !!! error TS2582: Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha`.
30 !!! error TS2582: Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha`.
41 !!! error TS2582: Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha`.
|
H A D | didYouMeanSuggestionErrors.errors.txt | 1 tests/cases/compiler/didYouMeanSuggestionErrors.ts(1,1): error TS2582: Cannot find name 'describe'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha`.
2 tests/cases/compiler/didYouMeanSuggestionErrors.ts(2,5): error TS2582: Cannot find name 'it'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha`.
4 tests/cases/compiler/didYouMeanSuggestionErrors.ts(7,1): error TS2582: Cannot find name 'suite'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha`.
5 tests/cases/compiler/didYouMeanSuggestionErrors.ts(8,5): error TS2582: Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha`.
25 !!! error TS2582: Cannot find name 'describe'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha`.
28 !!! error TS2582: Cannot find name 'it'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha`.
37 !!! error TS2582: Cannot find name 'suite'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha`.
40 !!! error TS2582: Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha`.
|
/third_party/libexif/po/ |
H A D | pl.po | 1676 msgstr "Znacznik '%s' był w formacie '%s' (co jest niezgodne ze specyfikacją) i został zmieniony na format '%s'." 1681 msgstr "Znacznik '%s' jest w formacie '%s' (co jest niezgodne ze specyfikacją), ale nie może być zmieniony na format '%s'." 1694 msgstr "Znacznik 'UserComment' nie jest pusty, ale nie zaczynał się od identyfikatora formatu. Poprawiono." 2237 msgstr "Znacznik UserComment zawiera dane, ale jest niezgodny ze specyfikacją." 2486 msgstr "Oznaczenie wersji <GPSInfoIFD>. Wersja jest podawana jako 2.0.0.0. Ten znacznik jest obowiązkowy, jeśli obecny jest znacznik <GPSInfo>. (Uwaga: znacznik <GPSVersionID> jest podawany w bajtach, w przeciwieństwie do znacznika <ExifVersion>. Kiedy wersja to 2.0.0.0, znacznik ma wartość 02000000.H)." 2502 msgstr "Oznaczenie, czy szerokość geograficzna jest [all...] |
/foundation/arkui/ace_engine_lite/frameworks/packages/runtime-core/ |
H A D | package-lock.json | 1122 "@jest/console": { 1124 "resolved": "https://registry.npm.taobao.org/@jest/console/download/@jest/console-26.0.1.tgz", 1128 "@jest/types": "^26.0.1", 1130 "jest-message-util": "^26.0.1", 1131 "jest-util": "^26.0.1", 1193 "@jest/core": { 1195 "resolved": "https://registry.npm.taobao.org/@jest/core/download/@jest/core-26.0.1.tgz", 1199 "@jest/consol [all...] |
H A D | package.json | 8 "test": "jest" 20 "babel-jest": "^26.0.1", 22 "eslint-plugin-jest": "^23.13.2", 23 "jest": "^26.0.1",
|
/third_party/node/test/fixtures/wpt/resources/webidl2/ |
H A D | package-lock.json | 192 "jest-diff": "^22.4.0", 193 "jest-get-type": "^22.1.0", 194 "jest-matcher-utils": "^22.4.0", 195 "jest-message-util": "^22.4.0", 196 "jest-regex-util": "^22.1.0" 393 "jest-diff": { 395 "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-22.4.0.tgz", 401 "jest-get-type": "^22.1.0", 405 "jest [all...] |
/third_party/node/deps/npm/node_modules/fastest-levenshtein/ |
H A D | package.json | 42 "test": "npm run build && tsc test.ts && jest test.js", 43 "test:coverage": "npm run build && jest --coverage", 44 "test:coveralls": "npm run build && jest --coverage --coverageReporters=text-lcov | coveralls" 48 "@types/jest": "^26.0.15", 60 "jest": "^26.6.3",
|
/third_party/node/deps/npm/node_modules/agent-base/ |
H A D | package.json | 29 "@types/jest": "^29.5.1", 34 "jest": "^29.5.0", 35 "ts-jest": "^29.1.0", 45 "test": "jest --env node --verbose --bail",
|
/third_party/node/deps/npm/node_modules/http-proxy-agent/ |
H A D | package.json | 29 "@types/jest": "^29.5.1", 32 "jest": "^29.5.0", 33 "ts-jest": "^29.1.0", 43 "test": "jest --env node --verbose --bail",
|
/third_party/node/deps/npm/node_modules/socks-proxy-agent/ |
H A D | package.json | 118 "@types/jest": "^29.5.1", 124 "jest": "^29.5.0", 126 "ts-jest": "^29.1.0", 137 "test": "jest --env node --verbose --bail test/test.ts", 138 "test-e2e": "jest --env node --verbose --bail test/e2e.test.ts",
|
/third_party/parse5/packages/parse5/lib/parser/ |
H A D | index.test.ts | 3 import { jest } from '@jest/globals'; 82 const onParseError = jest.fn(); 90 const onItemPush = jest.fn(); 91 const onItemPop = jest.fn();
|
/third_party/node/deps/undici/src/ |
H A D | package.json | 78 "test": "node scripts/generate-pem && npm run test:tap && npm run test:node-fetch && npm run test:fetch && npm run test:cookies && npm run test:wpt && npm run test:websocket && npm run test:jest && npm run test:typescript", 82 "test:jest": "node scripts/verifyVersion.js 14 || jest", 117 "jest": "^29.0.2", 159 "jest": { 161 "<rootDir>/test/jest/**"
|