You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"test": "pnpm run test:unit && pnpm run test:integration && pnpm run test:e2e",
18
+
"test": "pnpm run test:unit && pnpm run test:integration && pnpm run test:integration:advanced-esm && pnpm run test:e2e",
19
19
"test:benchmark": "cd ./tests && pnpm run test:benchmark",
20
20
"test:e2e": "pnpm run build:examples && cd tests && pnpm run test:e2e",
21
-
"test:ecosystem-ci": "pnpm run test:unit && cross-env ECO_CI=1 pnpm run test:integration && pnpm run test:e2e",
21
+
"test:ecosystem-ci": "pnpm run test:unit && cross-env ECO_CI=1 pnpm run test:integration && cross-env ECO_CI=1 pnpm run test:integration:advanced-esm && pnpm run test:e2e",
22
22
"test:integration": "rstest run --project integration",
23
+
"test:integration:advanced-esm": "cross-env ADVANCED_ESM=1 rstest run --project integration",
23
24
"test:unit": "rstest run --project unit*",
24
-
"testu": "pnpm run test:unit -u && pnpm run test:integration -u",
25
+
"testu": "pnpm run test:unit -u && pnpm run test:integration -u && pnpm test:integration:advanced-esm -u",
25
26
"type-check": "pnpm -r run type-check",
26
27
"update:rsbuild": "npx taze minor --include /rsbuild/ -w -r -l",
0 commit comments