Skip to content

Commit

Permalink
feat!: move test runner into a separate package (#2721)
Browse files Browse the repository at this point in the history
Closes #1470
  • Loading branch information
sheremet-va committed Jan 23, 2023
1 parent 3f20cf5 commit 482b72f
Show file tree
Hide file tree
Showing 166 changed files with 3,709 additions and 1,933 deletions.
2 changes: 2 additions & 0 deletions .eslintignore
@@ -1,4 +1,6 @@
dist
html
bench.json
node_modules
*.svelte
*.snap
Expand Down
13 changes: 0 additions & 13 deletions .eslintrc
Expand Up @@ -21,19 +21,6 @@
}
]
}
},
{
"files": "packages/vitest/**/*.*",
"rules": {
"no-restricted-globals": [
"error",
"setTimeout",
"clearTimeout",
"setInterval",
"clearInterval",
"performance"
]
}
}
]
}
2 changes: 0 additions & 2 deletions .github/renovate.json5
Expand Up @@ -42,8 +42,6 @@
"@testing-library/user-event",
// TODO: migrate
"pretty-format",
// TODO: breaking changes
"pathe",
// TODO: vite-plugin-pwa issue
"esno",
// user can install any version
Expand Down
3 changes: 1 addition & 2 deletions .tazerc.json
Expand Up @@ -2,8 +2,7 @@
"exclude": [
"vue",
"puppeteer",
"pretty-format",
"pathe"
"pretty-format"
],
"packageMode": {
"vue": "minor",
Expand Down
11 changes: 10 additions & 1 deletion bench/package.json
Expand Up @@ -9,14 +9,23 @@
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@actions/github": "^5.1.1",
"@babel/preset-env": "^7.18.2",
"@babel/preset-typescript": "^7.17.12",
"@happy-dom/jest-environment": "^8.1.3",
"@types/benchmark": "^2.1.2",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/test-utils": "^2.2.7",
"@vue/vue3-jest": "^27.0.0",
"babel-jest": "^27.5.1",
"benchmark": "^2.1.4",
"esno": "^0.16.3",
"execa": "^6.1.0",
"fs-extra": "^11.1.0",
"jest": "^27.5.1",
"markdown-table": "^3.0.3",
"microtime": "^3.1.1",
"vitest": "link:../packages/vitest"
"ts-jest": "^27.1.5",
"vitest": "link:../packages/vitest",
"vue": "^3.2.45"
}
}

0 comments on commit 482b72f

Please sign in to comment.