diff --git a/package.json b/package.json index fcfd1f52..ad57f52b 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,9 @@ "size-baseline": "node scripts/build.js runtime-dom runtime-core reactivity shared -f esm-bundler && cd packages/size-check && vite build", "lint": "eslint --ext .ts packages/*/src/**.ts", "format": "prettier --write --parser typescript \"packages/**/*.ts?(x)\"", - "test": "node scripts/build.js vue -f global -d && jest --runInBand", + "test": "run-s test-unit test-e2e", + "test-unit": "jest --filter ./scripts/filter-unit.js", + "test-e2e": "node scripts/build.js vue -f global -d && jest --filter ./scripts/filter-e2e.js --runInBand", "test-dts": "node scripts/build.js shared reactivity runtime-core runtime-dom -dt -f esm-bundler && npm run test-dts-only", "test-dts-only": "tsc -p ./test-dts/tsconfig.json && tsc -p ./test-dts/tsconfig.build.json", "release": "node scripts/release.js", diff --git a/packages/vue/__tests__/TransitionGroup.spec.ts b/packages/vue/__tests__/TransitionGroup.spec.ts index 6ba05763..38d74253 100644 --- a/packages/vue/__tests__/TransitionGroup.spec.ts +++ b/packages/vue/__tests__/TransitionGroup.spec.ts @@ -346,7 +346,7 @@ describe('e2e: TransitionGroup', () => { ) // not sure why but we just have to wait really long for this to // pass consistently :/ - await transitionFinish(duration * 4) + await transitionFinish(duration * 4 + buffer) expect(await html('#container')).toBe( `