Gathering detailed insights and metrics for @testdeck/vitest
Gathering detailed insights and metrics for @testdeck/vitest
Gathering detailed insights and metrics for @testdeck/vitest
Gathering detailed insights and metrics for @testdeck/vitest
npm install @testdeck/vitest
Typescript
Module System
Node Version
NPM Version
TypeScript (69.57%)
JavaScript (29.92%)
Shell (0.5%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
Apache-2.0 License
235 Stars
490 Commits
40 Forks
4 Watchers
7 Branches
22 Contributors
Updated on Feb 21, 2025
Latest Version
0.3.3
Package Id
@testdeck/vitest@0.3.3
Unpacked Size
21.47 kB
Size
6.85 kB
File Count
7
NPM Version
lerna/6.1.0/node@v14.20.0+x64 (win32)
Node Version
14.20.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
Vitest tests in OOP style!
1import { suite, test } from "@testdeck/vitest"; 2import { expect } from "chai"; 3 4@suite 5class Hello { 6 7 @test 8 world() { 9 expect(false).to.be.true; 10 } 11}
With support for
and more...
If you are looking for other test framework support, please see the following packages
1npm install --save-dev @types/jest jest @testdeck/jest
Additional dependencies need to be installed, unless you use the seed below or follow the instructions in the setup guide for which a link has been provided below.
To get you started, a seed has been provided that can help you with setting up your project.
1git clone https://github.com/testdeck/testdeck-vitest-seed.git
You can find a lot more information in the official documentation, especially in the setup guide.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 0/27 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More