Socket
Socket
Sign inDemoInstall

@form8ion/vitest

Package Overview
Dependencies
84
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @form8ion/vitest

test framework plugin for form8ion


Version published
Weekly downloads
204
decreased by-52.89%
Maintainers
2
Install size
18.0 MB
Created
Weekly downloads
 

Readme

Source

vitest

test framework plugin for form8ion

Node CI Workflow Status Codecov SLSA Level 2

Table of Contents

Usage

MIT license npm Try @form8ion/vitest on RunKit node

Installation

$ npm install @form8ion/vitest --save-prod

Example

Import
import {dialects} from '@form8ion/javascript-core';
import {scaffold} from '@form8ion/vitest';
Execute
(async () => {
  await scaffold({projectRoot: process.cwd(), dialect: dialects.ESM});
})();

API

scaffold

Scaffolder for configuring Vitest as the unit-test framework for the project

Takes a single options object as an argument, containing:

projectRoot string (required)

path to the root of the project

Contributing

PRs Welcome Commitizen friendly Conventional Commits semantic-release: angular Renovate

Dependencies

$ nvm install
$ npm install

Verification

$ npm test

FAQs

Last updated on 02 Apr 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc