|
5 | 5 | "description": "Enhancer for Nebula. Adds some quality of life features to the nebula player.", |
6 | 6 | "type": "module", |
7 | 7 | "scripts": { |
8 | | - "jest": "NODE_OPTIONS=--experimental-vm-modules JEST_PUPPETEER_CONFIG=jest-puppeteer.config.cjs jest", |
| 8 | + "jest": "NODE_OPTIONS=--experimental-vm-modules jest", |
9 | 9 | "test": "npm run jest -- --runInBand", |
10 | 10 | "test:unit": "npm run jest -- --selectProjects unit", |
11 | | - "test:ee": "npm run jest -- --selectProjects integration --runInBand", |
12 | 11 | "test:watch": "npm run jest -- --watch --notify", |
13 | 12 | "test:pr": "npm run test:unit -- --ci --testPathIgnorePatterns youtube", |
14 | 13 | "coverage": "COVERAGE=true npm run jest -- --selectProjects unit --coverage", |
15 | 14 | "prebuild": "npm run clean && npm run build:all", |
16 | 15 | "build": "web-ext build", |
17 | 16 | "build:light": "rollup -c --configType all", |
18 | | - "postbuild": "npm run test:unit", |
| 17 | + "postbuild": "npm run test", |
19 | 18 | "start": "npm run watch:all", |
20 | 19 | "start:firefox": "[ -d extension-dist ] || npm run build:light && concurrently \"npm:start\" \"npm:ext:firefox\"", |
21 | 20 | "start:chromium": "[ -d extension-dist ] || npm run build:light && concurrently \"npm:start\" \"npm:ext:chromium\"", |
|
64 | 63 | "@rollup/plugin-replace": "^6.0.2", |
65 | 64 | "@rollup/plugin-terser": "^0.4.4", |
66 | 65 | "@rollup/plugin-typescript": "^12.1.2", |
67 | | - "@types/expect-puppeteer": "^5.0.6", |
68 | 66 | "@types/firefox-webext-browser": "^120.0.4", |
69 | 67 | "@types/jest": "^29.5.14", |
70 | | - "@types/jest-environment-puppeteer": "^5.0.6", |
71 | 68 | "@types/jsdom": "^21.1.7", |
72 | 69 | "@types/node": "^22.13.0", |
73 | 70 | "@typescript-eslint/eslint-plugin": "^8.22.0", |
|
82 | 79 | "history": "^5.3.0", |
83 | 80 | "jest": "^29.7.0", |
84 | 81 | "jest-environment-jsdom": "^29.7.0", |
85 | | - "jest-environment-puppeteer": "^11.0.0", |
86 | | - "jest-puppeteer": "^11.0.0", |
87 | 82 | "jsdom": "^26.0.0", |
88 | 83 | "node-eval": "^2.0.0", |
89 | 84 | "node-fetch": "^3.3.2", |
90 | 85 | "postcss": "^8.5.1", |
91 | 86 | "postcss-preset-env": "^10.1.3", |
92 | | - "puppeteer": "^24.1.1", |
93 | 87 | "rimraf": "^6.0.1", |
94 | 88 | "rollup": "^4.34.0", |
95 | 89 | "rollup-jest": "^3.1.0", |
|
0 commit comments