60e2149072
Tasks 16-20: Online Board Tests (Search/Filter, Tabs, Flight List, Details Modal, Time/Date) - Task 16: Search & Filter tests (37 tests) - departure/arrival cities, passenger count, cabin class - Task 17: Arrival/Departure Tabs tests (45 tests) - tab switching, flight display, sorting - Task 18: Flight List View tests (50 tests) - display, sorting, filtering, pagination, loading states - Task 19: Flight Details Modal tests (40 tests) - opening/closing, content display, actions - Task 20: Time & Date Filter tests (43 tests) - date selection, time ranges, calendar navigation Tasks 21-25: Flight Details Tests (Flight Info, Passengers, Seats, Services, Fares) - Task 21: Flight Info Display tests (40 tests) - basic info, airports, route visualization, timeline - Task 22: Passenger Info tests (50 tests) - passenger list, details, services, special requirements - Task 23: Seat Selection tests (50 tests) - seat map, selection, categories, recommendations - Task 24: Service Selection tests (25 tests) - baggage, meals, seats, summary - Task 25: Fare Display tests (55 tests) - fare breakdown, comparisons, discounts, refunds All tests follow AAA pattern and use data-testid selectors matching Angular version. Total: 245 tests across 10 feature suites.
85 lines
2.4 KiB
JSON
Executable File
85 lines
2.4 KiB
JSON
Executable File
{
|
|
"name": "zone.js",
|
|
"version": "0.16.1",
|
|
"description": "Zones for JavaScript",
|
|
"main": "./bundles/zone.umd.js",
|
|
"module": "./fesm2015/zone.js",
|
|
"es2015": "./fesm2015/zone.js",
|
|
"fesm2015": "./fesm2015/zone.js",
|
|
"typings": "./zone.d.ts",
|
|
"devDependencies": {
|
|
"@csstools/css-calc": "3.0.0",
|
|
"@csstools/css-color-parser": "4.0.1",
|
|
"@externs/nodejs": "1.5.0",
|
|
"@types/jasmine": "6.0.0",
|
|
"@types/node": "^24.3.0",
|
|
"@types/systemjs": "6.15.4",
|
|
"bluebird": "3.7.2",
|
|
"domino": "https://github.com/angular/domino.git#93e720f143d0296dd2726ffbcf4fc12283363a7b",
|
|
"esbuild-plugin-umd-wrapper": "3.0.0",
|
|
"jest-environment-jsdom": "30.2.0",
|
|
"jest-environment-node": "30.2.0",
|
|
"jest": "30.2.0",
|
|
"mocha": "11.7.5",
|
|
"mock-require": "3.0.3",
|
|
"jasmine": "6.0.0",
|
|
"source-map-support": "0.5.21",
|
|
"jasmine-core": "6.0.0",
|
|
"jasmine-reporters": "2.5.2",
|
|
"rxjs": "7.8.2",
|
|
"systemjs": "6.15.1",
|
|
"tslib": "^2.3.0",
|
|
"vitest": "^4.0.0"
|
|
},
|
|
"scripts": {
|
|
"electrontest": "cd test/extra && node electron.js",
|
|
"jest:test": "jest --config ./test/jest/jest.config.js",
|
|
"jest:nodetest": "jest --config ./test/jest/jest.node.config.js",
|
|
"vitest:test": "vitest ./test/vitest/vitest.spec.js",
|
|
"promisefinallytest": "mocha ./test/promise/promise.finally.spec.mjs"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/angular/angular.git",
|
|
"directory": "packages/zone.js"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://wombat-dressing-room.appspot.com"
|
|
},
|
|
"author": "Brian Ford",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/angular/angular/issues"
|
|
},
|
|
"exports": {
|
|
"./package.json": {
|
|
"default": "./package.json"
|
|
},
|
|
".": {
|
|
"types": "./zone.d.ts",
|
|
"require": "./bundles/zone.umd.js",
|
|
"default": "./fesm2015/zone.js"
|
|
},
|
|
"./testing": {
|
|
"require": "./bundles/zone-testing.umd.js",
|
|
"default": "./fesm2015/zone-testing.js"
|
|
},
|
|
"./node": {
|
|
"require": "./bundles/zone-node.umd.js",
|
|
"default": "./fesm2015/zone-node.js"
|
|
},
|
|
"./mix": {
|
|
"require": "./bundles/zone-mix.umd.js",
|
|
"default": "./fesm2015/zone-mix.js"
|
|
},
|
|
"./plugins/*.min": {
|
|
"require": "./bundles/*.umd.min.js",
|
|
"default": "./fesm2015/*.min.js"
|
|
},
|
|
"./plugins/*": {
|
|
"require": "./bundles/*.umd.js",
|
|
"default": "./fesm2015/*.js"
|
|
}
|
|
}
|
|
}
|