|
5 | 5 | "main": "./dist/index.js", |
6 | 6 | "scripts": { |
7 | 7 | "build": "rslib build", |
8 | | - "diff": "npx rsdoctor bundle-diff --html --baseline=examples/rsbuild-demo/dist/.rsdoctor/rsdoctor-data.json --current=examples/rsbuild-demo/dist/.rsdoctor/rsdoctor-data.json" |
| 8 | + "diff": "npx rsdoctor bundle-diff --html --baseline=examples/rsbuild-demo/dist/.rsdoctor/rsdoctor-data.json --current=examples/rsbuild-demo/dist/.rsdoctor/rsdoctor-data.json", |
| 9 | + "test": "rstest", |
| 10 | + "test:watch": "rstest --watch", |
| 11 | + "test:coverage": "rstest --coverage", |
| 12 | + "test:e2e": "playwright test" |
9 | 13 | }, |
10 | 14 | "files": [ |
11 | 15 | "dist", |
|
32 | 36 | "access": "public" |
33 | 37 | }, |
34 | 38 | "devDependencies": { |
35 | | - "@rslib/core": "^0.16.0", |
36 | | - "@types/node": "^24.5.2", |
37 | | - "@rsdoctor/cli": "1.3.3-beta.2", |
38 | | - "@rsdoctor/client": "1.3.3-beta.2", |
39 | 39 | "@actions/artifact": "^2.3.2", |
40 | 40 | "@actions/core": "^1.2.6", |
41 | 41 | "@actions/github": "^4.0.0", |
42 | | - "size-plugin-core": "0.0.9", |
| 42 | + "@rsdoctor/cli": "1.3.3-beta.2", |
| 43 | + "@rsdoctor/client": "1.3.3-beta.2", |
| 44 | + "@rslib/core": "^0.16.0", |
| 45 | + "@rstest/core": "^0.5.4", |
| 46 | + "@types/node": "^24.5.2", |
| 47 | + "@types/node-fetch": "^2.6.11", |
| 48 | + "@types/yauzl": "^2.10.3", |
| 49 | + "@playwright/test": "^1.42.1", |
| 50 | + "mock-fs": "^5.2.0", |
| 51 | + "nock": "^13.5.4", |
43 | 52 | "yauzl": "^3.2.0" |
44 | 53 | }, |
45 | 54 | "overrides": { |
|
0 commit comments