@technote-space/gutenberg-test-utils
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

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

  1. Install

    npm install --save-dev @technote-space/gutenberg-test-utils
  2. 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

/@technote-space/gutenberg-test-utils/

    Package Sidebar

    Install

    npm i @technote-space/gutenberg-test-utils

    Weekly Downloads

    0

    Version

    0.0.1

    License

    MIT

    Unpacked Size

    20.3 kB

    Total Files

    15

    Last publish

    Collaborators

    • technote