Socket
Book a DemoInstallSign in
Socket

@technote-space/gutenberg-test-utils

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@technote-space/gutenberg-test-utils

gutenberg test utils

latest
Source
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

Gutenberg Test Utils

npm version CI Status codecov CodeFactor License: MIT

This is a gutenberg's test utils.

Table of Contents

Details
  • How to use
  • Author

How to use

  • Install

    npm install --save-dev @technote-space/gutenberg-test-utils
    
  • Setup

    jest.config.js

    module.exports = {
        // ...
    
        setupFiles: ['<rootDir>/jest.setup.ts']
    };
    
    

    jest.setup.ts

    import { setupGlobal } from '@technote-space/gutenberg-test-utils';
    
    setupGlobal();
    

Author

GitHub (Technote)
Blog

Keywords

github

FAQs

Package last updated on 16 Feb 2020

Did you know?

Socket

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