0.0.1 • Published 4 years ago

@technote-space/gutenberg-test-utils v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Gutenberg Test Utils

npm version CI Status codecov CodeFactor License: MIT

This is a gutenberg's test utils.

Table of Contents

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